1 write to _designer
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
27_designer = new();
11 references to _designer
System.Windows.Forms.Design.Tests (11)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (11)
28_designer.Initialize(_toolStripContainer); 40public void ActionLists_ShouldNotBeNull() => _designer.ActionLists.Should().NotBeNull(); 45var actionLists = _designer.ActionLists; 52var toolStripContainerActionList = _designer.ActionLists.OfType<ToolStripContainerActionList>().Single(); 57public void SnapLines_ShouldReturnExpectedValue() => _designer.SnapLines.Should().NotBeNull(); 60public void InternalControlDesigner_ShouldReturnExpectedValue() => _designer.InternalControlDesigner(0).Should().BeNull(); 63public void AssociatedComponents_ShouldNotBeNull() => _designer.AssociatedComponents.Should().NotBeNull(); 69_designer.CanParent(control).Should().BeFalse(); 76var value = field?.GetValue(_designer); 84var value = field?.GetValue(_designer) as Control[]; 105var actualValue = property?.GetValue(_designer);