10 references to PreProcessControlMessage
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3175
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
System\Windows\Forms\Control.cs (3)
6233
/// (<see cref="
PreProcessControlMessage
(ref Message)"/>)
6255
/// ESCAPE, and arrow keys. (<see cref="
PreProcessControlMessage
(ref Message)"/>)
8605
/// <see cref="
PreProcessControlMessage
(ref Message)"/> calls <see cref="PreProcessMessage(ref Message)"/>
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1401
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1420
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1460
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1485
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
145
bool f = Host.
PreProcessControlMessage
(ref msg) == PreProcessControlState.MessageProcessed;
WindowsFormsIntegration (1)
System\Windows\Integration\ApplicationInterop.cs (1)
117
SWF.PreProcessControlState processedState = control.
PreProcessControlMessage
(ref m);