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)
82
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), null);
92
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), Array.Empty<Attribute>());
112
Assert.Empty(tab.
GetProperties
(null, null));