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