Base:
method
GetProperties
System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object, System.Attribute[])
4 references to GetProperties
System.Windows.Forms.Tests (4)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (4)
82
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), null);
92
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), Array.Empty<Attribute>());
103
PropertyDescriptorCollection properties = tab.
GetProperties
(new ClassWithDefaultProperty(), [new BrowsableAttribute(false)]);
112
Assert.Empty(tab.
GetProperties
(null, null));