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