3 instantiations of MaskedTextBoxDesignerActionList
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (2)
33
_actions.Add(new
MaskedTextBoxDesignerActionList
(this));
148
MaskedTextBoxDesignerActionList actionList =
new
(this);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
28
_actionList =
new
(_designer);
3 references to MaskedTextBoxDesignerActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
148
MaskedTextBoxDesignerActionList
actionList = new(this);
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
16
private readonly
MaskedTextBoxDesignerActionList
_actionList;
System\Windows\Forms\Design\MaskedTextBoxDesignerTests.cs (1)
134
actionLists[0].Should().BeOfType<
MaskedTextBoxDesignerActionList
>();