2 writes to ReflectParent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
12674
ReflectParent
= Control.FromHandleInternal(parentHandle);
12678
ReflectParent
= null;
2 references to ReflectParent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
3543
Control c =
ReflectParent
as Control;
8413
if (
ReflectParent
== ParentInternal) {