4 references to GetProperties
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeConverter.cs (1)
227
public PropertyDescriptorCollection? GetProperties(object value) =>
GetProperties
(null, value);
System.Drawing.Common.Tests (2)
System\Drawing\ImageConverterTests.cs (2)
236
propsColl = _imgConv.
GetProperties
(null, _image);
250
propsColl = _imgConvFrmTD.
GetProperties
(null, _image);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
54
PropertyDescriptorCollection? properties = parentConverter.
GetProperties
(parentEntry, owner);