2 writes to Values
System.ComponentModel.TypeConverter (1)
System\ComponentModel\EnumConverter.cs (1)
307Values = new StandardValuesCollection(arr);
System.Drawing.Common (1)
System\Drawing\FontConverter.cs (1)
484Values = new StandardValuesCollection(filteredValues);
6 references to Values
System.ComponentModel.TypeConverter (2)
System\ComponentModel\EnumConverter.cs (2)
233if (Values == null) 309return Values;
System.Drawing.Common (4)
System\Drawing\FontConverter.cs (4)
478if (Values is null) 481Debug.Assert(Values is not null); 482ArrayList filteredValues = new(Values); 487return Values;