1 write to _standardValues
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
69
_standardValues
= new TypeConverter.StandardValuesCollection(values);
2 references to _standardValues
PresentationCore (2)
System\Windows\Input\CursorConverter.cs (2)
57
if(
_standardValues
is null)
72
return
_standardValues
;