2 overrides of GetDefaultProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
75public override PropertyDescriptor GetDefaultProperty(object obj) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
53public override PropertyDescriptor GetDefaultProperty(object obj) {
2 references to GetDefaultProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1560defProp = tab.GetDefaultProperty(obj);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
54PropertyDescriptor def = base.GetDefaultProperty(obj);