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