6 references to PreProcessControlMessage
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (1)
3527
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed)
winforms\Managed\System\WinForms\ComboBox.cs (4)
1637
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed) {
1650
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed) {
1680
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed) {
1699
if (
PreProcessControlMessage
(ref m) != PreProcessControlState.MessageProcessed) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
178
bool f = ((Control)this.Host).
PreProcessControlMessage
(ref msg) == PreProcessControlState.MessageProcessed;