10 references to PreProcessControlMessage
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3172
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
System\Windows\Forms\Control.cs (3)
6546
/// (<see cref="
PreProcessControlMessage
(ref Message)"/>)
6568
/// ESCAPE, and arrow keys. (<see cref="
PreProcessControlMessage
(ref Message)"/>)
9411
/// <see cref="
PreProcessControlMessage
(ref Message)"/> calls <see cref="PreProcessMessage(ref Message)"/>
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1478
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1497
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1537
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
1562
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)
116
SWF.PreProcessControlState processedState = control.
PreProcessControlMessage
(ref m);