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)
89
if (!TypeDescriptor.GetConverter(type).
GetCreateInstanceSupported
())
System.Windows.Forms.Tests (5)
System\Windows\Forms\LinkAreaConverterTests.cs (1)
196
Assert.True(converter.
GetCreateInstanceSupported
());
System\Windows\Forms\LinkConverterTests.cs (1)
126
Assert.False(converter.
GetCreateInstanceSupported
());
System\Windows\Forms\OpacityConverterTests.cs (1)
120
Assert.False(converter.
GetCreateInstanceSupported
());
System\Windows\Forms\PaddingConverterTests.cs (1)
395
Assert.True(converter.
GetCreateInstanceSupported
());
System\Windows\Forms\TableLayoutPanelCellPositionTests.cs (1)
308
Assert.True(converter.
GetCreateInstanceSupported
());