Base:
method
GetProperties
System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
2 references to GetProperties
System.Drawing.Common.Tests (2)
System\Drawing\ImageConverterTests.cs (2)
232
propsColl = _imgConv.
GetProperties
(null, _image, null);
246
propsColl = _imgConvFrmTD.
GetProperties
(null, _image, null);