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