2 overrides of CanBeAssociatedWith
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
401internal override bool CanBeAssociatedWith(IDesigner parentDesigner) => CanBeParentedTo(parentDesigner);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
69internal override bool CanBeAssociatedWith(IDesigner parentDesigner)
1 reference to CanBeAssociatedWith
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2499if (cd.CanBeAssociatedWith(this))