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