5 implementations of Initialize
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ComponentDesigner.cs (1)
375
public virtual void
Initialize
(IComponent component)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
70
public override void
Initialize
(IComponent component)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
666
public override void
Initialize
(IComponent component)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerHostTests.cs (1)
3178
public abstract void
Initialize
(IComponent component);
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
1050
public abstract void
Initialize
(IComponent component);
2 references to Initialize
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (1)
274
designer.
Initialize
(component);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2491
designer.
Initialize
(component);