2 writes to parensAroundName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
227
this.
parensAroundName
= ParensAroundNameYes;
230
this.
parensAroundName
= ParensAroundNameNo;
2 references to parensAroundName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
225
if (ParensAroundNameUnknown == this.
parensAroundName
) {
233
return (this.
parensAroundName
== ParensAroundNameYes);