Base:
method
InitializeNewComponent
System.Windows.Forms.Design.ControlDesigner.InitializeNewComponent(System.Collections.IDictionary)
1 override of InitializeNewComponent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\RadioButtonDesigner.cs (1)
14public override void InitializeNewComponent(IDictionary? defaultValues)
3 references to InitializeNewComponent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\RadioButtonDesigner.cs (1)
16base.InitializeNewComponent(defaultValues);
System.Windows.Forms.Design.Tests (2)
ButtonBaseDesignerTests.cs (2)
32buttonBaseDesigner.InitializeNewComponent((IDictionary?)defaultValues); 41Action action = () => buttonBaseDesigner.InitializeNewComponent((IDictionary?)defaultValues);