4 references to _rootEntry
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
296
if (
_rootEntry
is not null)
298
_rootEntry
.DesignerHost = value;
376
if (_selectedObjects is not null && _selectedObjects.Length > 0 &&
_rootEntry
is not null)
378
_rootEntry
.BrowsableAttributes = BrowsableAttributes;