2 overrides of GetProperties
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
129
public override PropertyDescriptorCollection
GetProperties
(object component, Attribute[] attributes) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
74
public override PropertyDescriptorCollection
GetProperties
(object component, Attribute[] attributes) {
2 references to GetProperties
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\PropertyTab.cs (2)
135
return
GetProperties
(component, null);
150
return
GetProperties
(component, attributes);