8 references to GetCreateInstanceSupported
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.Flags.cs (1)
50/// <see cref="TypeConverter.GetCreateInstanceSupported()"/> indicates that it is immutable.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
16/// <see cref="TypeConverter.GetCreateInstanceSupported()"/>. In this case, we never go through the
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
89if (!TypeDescriptor.GetConverter(type).GetCreateInstanceSupported())
System.Windows.Forms.Tests (5)
System\Windows\Forms\LinkAreaConverterTests.cs (1)
196Assert.True(converter.GetCreateInstanceSupported());
System\Windows\Forms\LinkConverterTests.cs (1)
126Assert.False(converter.GetCreateInstanceSupported());
System\Windows\Forms\OpacityConverterTests.cs (1)
120Assert.False(converter.GetCreateInstanceSupported());
System\Windows\Forms\PaddingConverterTests.cs (1)
395Assert.True(converter.GetCreateInstanceSupported());
System\Windows\Forms\TableLayoutPanelCellPositionTests.cs (1)
308Assert.True(converter.GetCreateInstanceSupported());