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