2 references to GetDefaultProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\PropertyTab.cs (1)
126
return TypeDescriptor.
GetDefaultProperty
(component);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1565
defProp = TypeDescriptor.
GetDefaultProperty
(obj);