1 override of GetProperties
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (1)
199
public override PropertyDescriptorCollection
GetProperties
(object component) => null;
4 references to GetProperties
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
23
PropertyDescriptorCollection? properties =
GetProperties
(obj);
System.Windows.Forms.Tests (3)
System\Windows\Forms\Design\PropertyTabTests.cs (1)
156
Assert.Same(result, tab.
GetProperties
(component));
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (2)
63
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty());
73
Assert.Empty(tab.
GetProperties
(null));