3 references to _stockCursors
PresentationCore (3)
System\Windows\Input\Cursors.cs (3)
322if (_stockCursors[(int)cursorType] == null) 324_stockCursors[(int)cursorType] = new Cursor(cursorType); 326return _stockCursors[(int)cursorType];