48 references to WM_REFLECT
System.Windows.Forms (48)
winforms\Managed\System\WinForms\AxHost.cs (1)
3434case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFYFORMAT:
winforms\Managed\System\WinForms\Button.cs (1)
404case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1322case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1086case NativeMethods.WM_REFLECT + NativeMethods.WM_CHARTOITEM: 1089case NativeMethods.WM_REFLECT + NativeMethods.WM_VKEYTOITEM:
winforms\Managed\System\WinForms\ComboBox.cs (3)
3707case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND: 3710case NativeMethods.WM_REFLECT + NativeMethods.WM_DRAWITEM: 3713case NativeMethods.WM_REFLECT + NativeMethods.WM_MEASUREITEM:
winforms\Managed\System\WinForms\Control.cs (13)
11098m.Result = control.SendMessage(NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13586m.Result = UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13590UnsafeNativeMethods.SendMessage(new HandleRef(null, nmhdr->hwndFrom), NativeMethods.WM_REFLECT + m.Msg, m.WParam, m.LParam); 13631m.Result = control.SendMessage(NativeMethods.WM_REFLECT + m.Msg, handle, m.LParam); 14252case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLOR: 14253case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORBTN: 14254case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORDLG: 14255case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORMSGBOX: 14256case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORSCROLLBAR: 14257case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLOREDIT: 14258case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORLISTBOX: 14259case NativeMethods.WM_REFLECT + NativeMethods.WM_CTLCOLORSTATIC: 14353case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFYFORMAT:
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1693case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
850if (m.Msg == NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY) {
winforms\Managed\System\WinForms\ListBox.cs (3)
2391case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND: 2394case NativeMethods.WM_REFLECT + NativeMethods.WM_DRAWITEM: 2397case NativeMethods.WM_REFLECT + NativeMethods.WM_MEASUREITEM:
winforms\Managed\System\WinForms\ListView.cs (1)
6251case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\MessageDecoder.cs (3)
333if (text == null && ((msg & NativeMethods.WM_REFLECT) == NativeMethods.WM_REFLECT)) { 334string subtext = MsgToString(msg - NativeMethods.WM_REFLECT);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2424case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3671case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY: 3675case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ScrollBar.cs (2)
919case NativeMethods.WM_REFLECT + NativeMethods.WM_HSCROLL: 920case NativeMethods.WM_REFLECT + NativeMethods.WM_VSCROLL:
winforms\Managed\System\WinForms\StatusBar.cs (2)
1167case NativeMethods.WM_REFLECT + NativeMethods.WM_DRAWITEM: 1171case NativeMethods.WM_NOTIFY + NativeMethods.WM_REFLECT:
winforms\Managed\System\WinForms\TabControl.cs (3)
2155case NativeMethods.WM_REFLECT + NativeMethods.WM_DRAWITEM: 2159case NativeMethods.WM_REFLECT + NativeMethods.WM_MEASUREITEM: 2164case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2295case NativeMethods.WM_REFLECT + NativeMethods.WM_COMMAND:
winforms\Managed\System\WinForms\ToolBar.cs (2)
1670case NativeMethods.WM_COMMAND + NativeMethods.WM_REFLECT: 1675case NativeMethods.WM_NOTIFY + NativeMethods.WM_REFLECT:
winforms\Managed\System\WinForms\ToolTip.cs (1)
2556case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\TrackBar.cs (2)
1173case NativeMethods.WM_REFLECT+NativeMethods.WM_HSCROLL: 1174case NativeMethods.WM_REFLECT+NativeMethods.WM_VSCROLL:
winforms\Managed\System\WinForms\TreeView.cs (1)
3231case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
432case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFYFORMAT: