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