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); 121TypeDescriptor.AddAttributes(_toolStrip, new InheritanceAttribute(InheritanceLevel.InheritedReadOnly)); 122TypeDescriptor.Refresh(_toolStrip); 141_toolStrip.Parent = new Form(); 153Site = _toolStrip.Site