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