1 write to _standardValues
PresentationCore (1)
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
78
this.
_standardValues
= new TypeConverter.StandardValuesCollection(list1.ToArray());
2 references to _standardValues
PresentationCore (2)
Core\CSharp\System\Windows\Input\CursorConverter.cs (2)
68
if(this.
_standardValues
== null)
80
return this.
_standardValues
;