2 overrides of GetProperties
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
137public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object component, Attribute[] attributes) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertiesTab.cs (1)
82public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object component, Attribute[] attributes) {
2 references to GetProperties
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1559props = tab.GetProperties(this, obj, attributes);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
147PropertyDescriptorCollection pdc = tab.GetProperties(parentEntry, objs[i], attrs);