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