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