8 references to RemoveMessageFilter
System.Windows.Forms (8)
System\Windows\Forms\Application.cs (1)
1253=> ThreadContext.FromCurrent().RemoveMessageFilter(value);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1930Application.ThreadContext.FromCurrent().RemoveMessageFilter(_restoreFocusFilter); 3298Application.ThreadContext.FromCurrent().RemoveMessageFilter(RestoreFocusFilter); 3975Application.ThreadContext.FromCurrent().RemoveMessageFilter(RestoreFocusFilter);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
58Application.ThreadContext.FromCurrent().RemoveMessageFilter(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (2)
364Application.ThreadContext.FromCurrent().RemoveMessageFilter(ParentInternal.RestoreFocusFilter); 377Application.ThreadContext.FromCurrent().RemoveMessageFilter(ParentInternal.RestoreFocusFilter);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
196Application.ThreadContext.FromCurrent().RemoveMessageFilter(this);