9 references to GetPropertiesSupported
System.Drawing.Common.Tests (1)
System\Drawing\ImageConverterTests.cs (1)
219Assert.True(_imgConv.GetPropertiesSupported(), "GetPropertiesSupported()");
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
351if (_isSerializeContentsProperty && TypeConverter.GetPropertiesSupported())
System\Windows\Forms\Design\EventsTab.cs (1)
142if (!property.Converter.GetPropertiesSupported())
System.Windows.Forms.Tests (6)
System\Windows\Forms\DockPaddingEdgesConverterTests.cs (1)
28Assert.True(converter.GetPropertiesSupported());
System\Windows\Forms\LinkAreaConverterTests.cs (1)
213Assert.True(converter.GetPropertiesSupported());
System\Windows\Forms\LinkConverterTests.cs (1)
133Assert.False(converter.GetPropertiesSupported());
System\Windows\Forms\OpacityConverterTests.cs (1)
127Assert.False(converter.GetPropertiesSupported());
System\Windows\Forms\PaddingConverterTests.cs (1)
415Assert.True(converter.GetPropertiesSupported());
System\Windows\Forms\TableLayoutPanelCellPositionTests.cs (1)
325Assert.True(converter.GetPropertiesSupported());