5 references to WM_PARENTNOTIFY
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (1)
4209
if (m.Msg == NativeMethods.
WM_PARENTNOTIFY
) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
3704
case NativeMethods.
WM_PARENTNOTIFY
:
winforms\Managed\System\WinForms\Control.cs (1)
14386
case NativeMethods.
WM_PARENTNOTIFY
:
winforms\Managed\System\WinForms\MessageDecoder.cs (2)
169
case NativeMethods.
WM_PARENTNOTIFY
: text = "WM_PARENTNOTIFY"; break;
366
if (msg == NativeMethods.
WM_PARENTNOTIFY
)