2 overrides of GetProperties
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
43
public override PropertyDescriptorCollection?
GetProperties
(ITypeDescriptorContext? context, object component, Attribute[]? attributes)
System\Windows\Forms\Design\EventsTab.cs (1)
97
public override PropertyDescriptorCollection
GetProperties
(
2 references to GetProperties
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1294
properties = ownerTab.
GetProperties
(this, value, attributes);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.PropertyMerger.cs (1)
153
PropertyDescriptorCollection? properties = tab.
GetProperties
(parentEntry, obj, attributes);