2 writes to IsExpandable
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
54
this.
IsExpandable
= true;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
52
this.
IsExpandable
= true;
1 reference to IsExpandable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
632
if (
IsExpandable
&& childCollection != null && childCollection.Count == 0) {