22 references to WM_NOTIFY
System.Windows.Forms (22)
winforms\Managed\System\WinForms\Control.cs (1)
14347case NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29977case NativeMethods.WM_NOTIFY:
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\ErrorProvider.cs (1)
1289case NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\FileDialog.cs (1)
748if (msg == NativeMethods.WM_NOTIFY) {
winforms\Managed\System\WinForms\ListView.cs (2)
6251case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY: 6327case NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
94case NativeMethods.WM_NOTIFY: text = "WM_NOTIFY"; break;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2424case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5381case NativeMethods.WM_NOTIFY: 6920case NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3671case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\StatusBar.cs (2)
1170case NativeMethods.WM_NOTIFY: 1171case NativeMethods.WM_NOTIFY + NativeMethods.WM_REFLECT:
winforms\Managed\System\WinForms\TabControl.cs (2)
2163case NativeMethods.WM_NOTIFY: 2164case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY:
winforms\Managed\System\WinForms\ToolBar.cs (2)
1674case NativeMethods.WM_NOTIFY: 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\TreeView.cs (2)
3201case NativeMethods.WM_NOTIFY: 3231case NativeMethods.WM_REFLECT + NativeMethods.WM_NOTIFY: