5 references to CheckParentingCycle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
5686CheckParentingCycle(lastOwner.ParentInternal, toFind); 14756CheckParentingCycle(owner, value);
winforms\Managed\System\WinForms\Form.cs (2)
2170CheckParentingCycle(this, value); 2171CheckParentingCycle(value, this);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
552Control.CheckParentingCycle(ownerControl, value);