1 instantiation of MenuTimer
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
22private static readonly MenuTimer s_menuTimer = new();
2 references to MenuTimer
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
22private static readonly MenuTimer s_menuTimer = new(); 477internal static MenuTimer MenuTimer => s_menuTimer;