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