5 implementations of PreFilterMessage
System.Windows.Forms (4)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterMessageFilter.cs (1)
19
public bool
PreFilterMessage
(ref Message m)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
17
public bool
PreFilterMessage
(ref Message m)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
508
public bool
PreFilterMessage
(ref Message m)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerMessageFilter.cs (1)
17
bool IMessageFilter.
PreFilterMessage
(ref Message m)
WindowsFormsIntegration (1)
System\Windows\Integration\ApplicationInterop.cs (1)
260
public bool
PreFilterMessage
(ref SWF.Message msg)
1 reference to PreFilterMessage
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
872
bool filterMessage = filter.
PreFilterMessage
(ref message);