3 references to _cursorWidthCache
System.Windows.Forms.Design (3)
System\Drawing\Design\CursorEditor.CursorUI.cs (3)
50
_cursorWidthCache
.Clear();
84
if (
_cursorWidthCache
.TryGetValue(key, out int cursorWidth))
94
_cursorWidthCache
[key] = cursorWidth;