5 references to CheckParentingCycle
System.Windows.Forms (5)
System\Windows\Forms\Control.ControlCollection.cs (1)
61CheckParentingCycle(Owner, value);
System\Windows\Forms\Control.cs (1)
4385CheckParentingCycle(lastOwner.ParentInternal, toFind);
System\Windows\Forms\Form.cs (2)
1645CheckParentingCycle(this, value); 1646CheckParentingCycle(value, this);
System\Windows\Forms\Internal\TypedControlCollection.cs (1)
39Control.CheckParentingCycle(_ownerControl, value);