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