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