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