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)
38
Action action = () => _converter.
GetProperties
(context: null, value: button, attributes: null);
49
PropertyDescriptorCollection properties = _converter.
GetProperties
(context: null, button, attributes);
61
PropertyDescriptorCollection properties = _converter.
GetProperties
(contextMock.Object, button, attributes: null);