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