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