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