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