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