Base:
method
GetProperties
System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object, System.Attribute[])
3 references to GetProperties
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (3)
80
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), null);
90
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), Array.Empty<Attribute>());
110
Assert.Empty(tab.
GetProperties
(null, null));