1 override of GetProperties
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (1)
199public override PropertyDescriptorCollection GetProperties(object component) => null;
4 references to GetProperties
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertiesTab.cs (1)
23PropertyDescriptorCollection? properties = GetProperties(obj);
System.Windows.Forms.Tests (3)
System\Windows\Forms\Design\PropertyTabTests.cs (1)
156Assert.Same(result, tab.GetProperties(component));
System\Windows\Forms\PropertyGridInternal\PropertiesTabTests.cs (2)
63PropertyDescriptorCollection properties = tab.GetProperties(new ClassWithDefaultProperty()); 73Assert.Empty(tab.GetProperties(null));