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); 55DesignerActionItemCollection items = _actionList.GetSortedActionItems();