1 write to _cursor
PresentationCore (1)
System\Windows\Input\QueryCursorEventArgs.cs (1)
49
set {
_cursor
= ((value == null) ? Cursors.None : value);}
1 reference to _cursor
PresentationCore (1)
System\Windows\Input\QueryCursorEventArgs.cs (1)
48
get {return
_cursor
;}