Base:
method
GetProperties
System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
3 references to GetProperties
System.Windows.Forms.Tests (3)
System\Windows\Forms\FlatButtonAppearanceConverterTests.cs (3)
38Action action = () => _converter.GetProperties(context: null, value: button, attributes: null); 49PropertyDescriptorCollection properties = _converter.GetProperties(context: null, button, attributes); 61PropertyDescriptorCollection properties = _converter.GetProperties(contextMock.Object, button, attributes: null);