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