34 references to StandardValuesCollection
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
74_standardValues = new TypeConverter.StandardValuesCollection(values);
PresentationFramework (1)
System\Windows\NullableBoolConverter.cs (1)
60return _standardValues ??= new TypeConverter.StandardValuesCollection(new Nullable<bool>[]
System.CodeDom (2)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (1)
65public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(Values);
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (1)
63public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new StandardValuesCollection(Values);
System.ComponentModel.TypeConverter (7)
System\ComponentModel\BooleanConverter.cs (1)
50return s_values ??= new StandardValuesCollection(new object[] { true, false });
System\ComponentModel\CultureInfoConverter.cs (1)
204_values = new StandardValuesCollection(array);
System\ComponentModel\EnumConverter.cs (1)
307Values = new StandardValuesCollection(arr);
System\ComponentModel\NullableConverter.cs (1)
207return new StandardValuesCollection(wrappedValues);
System\ComponentModel\ReferenceConverter.cs (1)
167return new StandardValuesCollection(components);
System\ComponentModel\TypeListConverter.cs (1)
106_values = new StandardValuesCollection(objTypes);
System\Drawing\ColorConverter.cs (1)
21return new StandardValuesCollection(set.OrderBy(c => c, new ColorComparer()).ToList());
System.Data.Common (1)
System\Data\ColumnTypeConverter.cs (1)
148_values = new StandardValuesCollection(objTypes);
System.Windows.Forms (18)
System\Windows\Forms\ComponentModel\COM2Interop\COM2EnumConverter.cs (1)
46_values = new StandardValuesCollection(objValues);
System\Windows\Forms\Controls\ListView\ListViewGroupConverter.cs (1)
125return new StandardValuesCollection(list);
System\Windows\Forms\Controls\ListView\ListViewItemStateImageIndexConverter.cs (3)
91return new StandardValuesCollection(values); 97return new StandardValuesCollection(new object[] { ImageList.Indexer.DefaultIndex }); 101return new StandardValuesCollection(Array.Empty<object>());
System\Windows\Forms\Controls\TextBox\TextBoxAutoCompleteSourceConverter.cs (1)
33return new StandardValuesCollection(list);
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (2)
131return new StandardValuesCollection(values); 136return new StandardValuesCollection(
System\Windows\Forms\Dialogs\CommonDialogs\SpecialFolderEnumConverter.cs (1)
48return new StandardValuesCollection(list);
System\Windows\Forms\ImageIndexConverter.cs (3)
161return new StandardValuesCollection(values); 168return new StandardValuesCollection(new object[] { ImageList.Indexer.DefaultIndex }); 172return new StandardValuesCollection(Array.Empty<object>());
System\Windows\Forms\ImageKeyConverter.cs (3)
172return new StandardValuesCollection(values); 179return new StandardValuesCollection(new object[] { "" }); 183return new StandardValuesCollection(Array.Empty<object>());
System\Windows\Forms\Input\CursorConverter.cs (1)
175_values = new StandardValuesCollection(list);
System\Windows\Forms\Input\KeysConverter.cs (1)
370_values = new StandardValuesCollection(values);
System\Windows\Forms\MDI\MdiWindowListItemConverter.cs (1)
32return new StandardValuesCollection(list);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
369return new StandardValuesCollection(eventMethods);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifierConverter.cs (1)
118values = new StandardValuesCollection(list);
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs (1)
35SupportedCultures = new TypeConverter.StandardValuesCollection(supportedCultures);
WinFormsControlsTest (1)
Dialogs.ClientGuidConverter.cs (1)
34_values ??= new StandardValuesCollection(new Guid?[]