2 writes to Values
System (1)
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (1)
35Values = new StandardValuesCollection(objValues);
System.Drawing (1)
commonui\System\Drawing\FontConverter.cs (1)
696Values = new StandardValuesCollection(filteredValues);
5 references to Values
System (2)
services\monitoring\system\diagnosticts\AlphabeticalEnumConverter.cs (2)
28if (Values == null) { 37return Values;
System.Drawing (3)
commonui\System\Drawing\FontConverter.cs (3)
692if (Values == null) { 694ArrayList filteredValues = new ArrayList(Values); 698return Values;