3 references to CreateDesigner
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
247
designer = _surface!.
CreateDesigner
(component, true) as IRootDesigner;
263
designer = _surface!.
CreateDesigner
(component, false);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignSurfaceTests.cs (1)
1739
public new IDesigner CreateDesigner(IComponent component, bool rootDesigner) => base.
CreateDesigner
(component, rootDesigner);