20 references to WM_REFLECT_NOTIFY
System.Windows.Forms (8)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1563
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6985
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
2207
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3448
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2077
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3242
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
277
if (m.MsgInternal == MessageId.
WM_REFLECT_NOTIFY
)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2273
case (int)(MessageId.
WM_REFLECT_NOTIFY
):
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
203
case MessageId.
WM_REFLECT_NOTIFY
:
System\Windows\Forms\Design\ListViewDesigner.cs (1)
136
case (int)MessageId.
WM_REFLECT_NOTIFY
:
System.Windows.Forms.Tests (9)
System\Windows\Forms\RichTextBoxTests.cs (9)
10106
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10134
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10187
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10233
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10269
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10308
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10370
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10421
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
10469
Msg = (int)(MessageId.
WM_REFLECT_NOTIFY
),
System.Windows.Forms.UI.IntegrationTests (1)
MonthCalendarTests.cs (1)
75
PInvokeCore.SendMessage(calendar, MessageId.
WM_REFLECT_NOTIFY
, 0, ref lParam);