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)
60
return _standardValues ??= new TypeConverter.
StandardValuesCollection
(new Nullable<bool>[]
System.CodeDom (2)
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (1)
65
public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new
StandardValuesCollection
(Values);
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (1)
63
public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) => new
StandardValuesCollection
(Values);
System.ComponentModel.TypeConverter (7)
System\ComponentModel\BooleanConverter.cs (1)
50
return s_values ??= new
StandardValuesCollection
(new object[] { true, false });
System\ComponentModel\CultureInfoConverter.cs (1)
204
_values = new
StandardValuesCollection
(array);
System\ComponentModel\EnumConverter.cs (1)
307
Values = new
StandardValuesCollection
(arr);
System\ComponentModel\NullableConverter.cs (1)
207
return new
StandardValuesCollection
(wrappedValues);
System\ComponentModel\ReferenceConverter.cs (1)
167
return new
StandardValuesCollection
(components);
System\ComponentModel\TypeListConverter.cs (1)
106
_values = new
StandardValuesCollection
(objTypes);
System\Drawing\ColorConverter.cs (1)
21
return 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)
125
return new
StandardValuesCollection
(list);
System\Windows\Forms\Controls\ListView\ListViewItemStateImageIndexConverter.cs (3)
91
return new
StandardValuesCollection
(values);
97
return new
StandardValuesCollection
(new object[] { ImageList.Indexer.DefaultIndex });
101
return new
StandardValuesCollection
(Array.Empty<object>());
System\Windows\Forms\Controls\TextBox\TextBoxAutoCompleteSourceConverter.cs (1)
33
return new
StandardValuesCollection
(list);
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (2)
131
return new
StandardValuesCollection
(values);
136
return new
StandardValuesCollection
(
System\Windows\Forms\Dialogs\CommonDialogs\SpecialFolderEnumConverter.cs (1)
48
return new
StandardValuesCollection
(list);
System\Windows\Forms\ImageIndexConverter.cs (3)
161
return new
StandardValuesCollection
(values);
168
return new
StandardValuesCollection
(new object[] { ImageList.Indexer.DefaultIndex });
172
return new
StandardValuesCollection
(Array.Empty<object>());
System\Windows\Forms\ImageKeyConverter.cs (3)
172
return new
StandardValuesCollection
(values);
179
return new
StandardValuesCollection
(new object[] { "" });
183
return 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)
32
return new
StandardValuesCollection
(list);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
369
return new
StandardValuesCollection
(eventMethods);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.ModifierConverter.cs (1)
118
values = new
StandardValuesCollection
(list);
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs (1)
35
SupportedCultures = new TypeConverter.
StandardValuesCollection
(supportedCultures);
WinFormsControlsTest (1)
Dialogs.ClientGuidConverter.cs (1)
34
_values ??= new
StandardValuesCollection
(new Guid?[]