1 write to _designer
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
25_designer = new();
11 references to _designer
System.Windows.Forms.Design.Tests (11)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (11)
26_designer.Initialize(_toolStripContainer); 38public void ActionLists_ShouldNotBeNull() => _designer.ActionLists.Should().NotBeNull(); 43var actionLists = _designer.ActionLists; 50var toolStripContainerActionList = _designer.ActionLists.OfType<ToolStripContainerActionList>().Single(); 55public void SnapLines_ShouldReturnExpectedValue() => _designer.SnapLines.Should().NotBeNull(); 58public void InternalControlDesigner_ShouldReturnExpectedValue() => _designer.InternalControlDesigner(0).Should().BeNull(); 61public void AssociatedComponents_ShouldNotBeNull() => _designer.AssociatedComponents.Should().NotBeNull(); 67_designer.CanParent(control).Should().BeFalse(); 74var value = field?.GetValue(_designer); 82var value = field?.GetValue(_designer) as Control[]; 103var actualValue = property?.GetValue(_designer);