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