3 references to _stockCursors
PresentationCore (3)
Core\CSharp\System\Windows\Input\Cursors.cs (3)
323if (_stockCursors[(int)cursorType] == null) 325_stockCursors[(int)cursorType] = new Cursor(cursorType); 327return _stockCursors[(int)cursorType];