8 references to WM_PARENTNOTIFY
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
175PInvokeCore.WM_PARENTNOTIFY => "WM_PARENTNOTIFY",
System.Windows.Forms (3)
System\Windows\Forms\Application.ParkingWindow.cs (1)
147case PInvokeCore.WM_PARENTNOTIFY:
System\Windows\Forms\Control.cs (1)
12599case PInvokeCore.WM_PARENTNOTIFY:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3721case PInvokeCore.WM_PARENTNOTIFY:
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (1)
43if (m.MsgInternal == PInvokeCore.WM_PARENTNOTIFY && m.WParamInternal.LOWORD == PInvokeCore.WM_CREATE)
System\Windows\Forms\Design\DesignerFrame.cs (1)
500if (m.MsgInternal == PInvokeCore.WM_PARENTNOTIFY && m.WParamInternal.LOWORD == PInvokeCore.WM_CREATE)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\MessageDecoder.cs (1)
26if (messageId == PInvokeCore.WM_PARENTNOTIFY)
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
351yield return new object[] { PInvokeCore.WM_PARENTNOTIFY, " (WM_PARENTNOTIFY)", " (WM_DESTROY)" };