2 overrides of GetProperties
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
40public override PropertyDescriptorCollection? GetProperties(object component, Attribute[]? attributes)
System\Windows\Forms\Design\EventsTab.cs (1)
89public override PropertyDescriptorCollection GetProperties(object component, Attribute[]? attributes)
3 references to GetProperties
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1070&& (eventTab.Tab.GetProperties(_selectedObjects[i], attributes)?.Count ?? 0) > 0;
System\Windows\Forms\Design\PropertyTab.cs (2)
113=> GetProperties(component, attributes: null); 128Attribute[]? attributes) => GetProperties(component, attributes);