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