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