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