1 implementation of IRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
14internal class SingleSelectRootGridEntry : GridEntry, IRootGridEntry
2 references to IRootGridEntry
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1292if (this is not IRootGridEntry && !TypeConverter.GetPropertiesSupported(this))
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
3933Assert.IsAssignableFrom<IRootGridEntry>(selectedItem);