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