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