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