1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (1)
28
_actionList
= new(_designer);
3 references to _actionList
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\MaskedTextBoxDesignerActionListTests.cs (3)
48
_actionList
.Should().NotBeNull();
49
_actionList
.Component.Should().Be(_maskedTextBox);
55
DesignerActionItemCollection items =
_actionList
.GetSortedActionItems();