13 references to WM_NOTIFY
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
23public const uint WM_REFLECT_NOTIFY = WM_REFLECT + PInvokeCore.WM_NOTIFY; 104PInvokeCore.WM_NOTIFY => "WM_NOTIFY",
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
12546case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30079case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7096case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5387case (int)PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
364case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2072case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3201case PInvokeCore.WM_NOTIFY:
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
494if (msg != (int)PInvokeCore.WM_NOTIFY)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
422case PInvokeCore.WM_NOTIFY:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewDesigner.cs (1)
135case (int)PInvokeCore.WM_NOTIFY:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
280yield return new object[] { PInvokeCore.WM_NOTIFY, " (WM_NOTIFY)" };