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);
40
public void ActionLists_ShouldNotBeNull() =>
_designer
.ActionLists.Should().NotBeNull();
45
var actionLists =
_designer
.ActionLists;
52
var toolStripContainerActionList =
_designer
.ActionLists.OfType<ToolStripContainerActionList>().Single();
57
public void SnapLines_ShouldReturnExpectedValue() =>
_designer
.SnapLines.Should().NotBeNull();
60
public void InternalControlDesigner_ShouldReturnExpectedValue() =>
_designer
.InternalControlDesigner(0).Should().BeNull();
63
public void AssociatedComponents_ShouldNotBeNull() =>
_designer
.AssociatedComponents.Should().NotBeNull();
69
_designer
.CanParent(control).Should().BeFalse();
76
var value = field?.GetValue(
_designer
);
84
var value = field?.GetValue(
_designer
) as Control[];
105
var actualValue = property?.GetValue(
_designer
);