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