8 references to RemoveMessageFilter
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Application.cs (1)
1384ThreadContext.FromCurrent().RemoveMessageFilter(value);
winforms\Managed\System\WinForms\ToolStrip.cs (4)
2127Application.ThreadContext.FromCurrent().RemoveMessageFilter(restoreFocusFilter); 3469Application.ThreadContext.FromCurrent().RemoveMessageFilter(RestoreFocusFilter); 4088Application.ThreadContext.FromCurrent().RemoveMessageFilter(RestoreFocusFilter); 5187Application.ThreadContext.FromCurrent().RemoveMessageFilter(this);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
525Application.ThreadContext.FromCurrent().RemoveMessageFilter(ParentInternal.RestoreFocusFilter); 535Application.ThreadContext.FromCurrent().RemoveMessageFilter(ParentInternal.RestoreFocusFilter);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
908Application.ThreadContext.FromCurrent().RemoveMessageFilter(this);