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