10 references to PreProcessControlMessage
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3174
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
System\Windows\Forms\Control.cs (3)
6192
/// (<see cref="
PreProcessControlMessage
(ref Message)"/>)
6214
/// ESCAPE, and arrow keys. (<see cref="
PreProcessControlMessage
(ref Message)"/>)
8564
/// <see cref="
PreProcessControlMessage
(ref Message)"/> calls <see cref="PreProcessMessage(ref Message)"/>
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1400
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1419
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1459
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1484
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
146
bool f = Host.
PreProcessControlMessage
(ref msg) == PreProcessControlState.MessageProcessed;
WindowsFormsIntegration (1)
System\Windows\Integration\ApplicationInterop.cs (1)
119
SWF.PreProcessControlState processedState = control.
PreProcessControlMessage
(ref m);