1 override of TrackInput
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
215
internal override void
TrackInput
(bool track)
2 references to TrackInput
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (2)
147
Application.ThreadContext.FromCurrent().
TrackInput
(true);
197
Application.ThreadContext.FromCurrent().
TrackInput
(false);