1 write to _toolStrip
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
26
_toolStrip
= new();
8 references to _toolStrip
System.Windows.Forms.Design.Tests (8)
System\Windows\Forms\Design\ToolStripActionListTests.cs (8)
30
_designer.Initialize(
_toolStrip
);
40
_toolStrip
.Site = mockSite.Object;
48
_toolStrip
.Dispose();
57
_actionList.Component.Should().Be(
_toolStrip
);
121
TypeDescriptor.AddAttributes(
_toolStrip
, new InheritanceAttribute(InheritanceLevel.InheritedReadOnly));
122
TypeDescriptor.Refresh(
_toolStrip
);
141
_toolStrip
.Parent = new Form();
153
Site =
_toolStrip
.Site