2 overrides of GetDefaultProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
16public override PropertyDescriptor? GetDefaultProperty(object obj)
System\Windows\Forms\Design\EventsTab.cs (1)
33public override PropertyDescriptor? GetDefaultProperty(object obj)
2 references to GetDefaultProperty
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1295defaultProperty = ownerTab.GetDefaultProperty(value);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
19PropertyDescriptor? defaultProperty = base.GetDefaultProperty(obj);