1 write to _toolStrip
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripActionListTests.cs (1)
24
_toolStrip
= new();
8 references to _toolStrip
System.Windows.Forms.Design.Tests (8)
System\Windows\Forms\Design\ToolStripActionListTests.cs (8)
28
_designer.Initialize(
_toolStrip
);
38
_toolStrip
.Site = mockSite.Object;
46
_toolStrip
.Dispose();
55
_actionList.Component.Should().Be(
_toolStrip
);
119
TypeDescriptor.AddAttributes(
_toolStrip
, new InheritanceAttribute(InheritanceLevel.InheritedReadOnly));
120
TypeDescriptor.Refresh(
_toolStrip
);
139
_toolStrip
.Parent = new Form();
151
Site =
_toolStrip
.Site