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