1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
30
_actionList
= new(_designer);
3 references to _actionList
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (3)
50
_actionList
.Should().NotBeNull();
51
_actionList
.Component.Should().Be(_maskedTextBox);
57
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();