2 writes to cachedShortcutSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
159cachedShortcutSize = Size.Empty; 841cachedShortcutSize = TextRenderer.MeasureText(shortcutString, Font);
2 references to cachedShortcutSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
840else if (cachedShortcutSize == Size.Empty) { 843return cachedShortcutSize;