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