3 references to AddMessageFilter
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (1)
766
=> ThreadContext.FromCurrent().
AddMessageFilter
(value);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4630
Application.ThreadContext.FromCurrent().
AddMessageFilter
(RestoreFocusFilter);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
146
Application.ThreadContext.FromCurrent().
AddMessageFilter
(this);