1 write to _toolStripContainer
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
24_toolStripContainer = new();
13 references to _toolStripContainer
System.Windows.Forms.Design.Tests (13)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (13)
28_designer.Initialize(_toolStripContainer); 35_toolStripContainer.Site = mockSite.Object; 77value.Should().Be(_toolStripContainer); 87value.Should().Contain(_toolStripContainer.TopToolStripPanel); 88value.Should().Contain(_toolStripContainer.BottomToolStripPanel); 89value.Should().Contain(_toolStripContainer.LeftToolStripPanel); 90value.Should().Contain(_toolStripContainer.RightToolStripPanel); 91value.Should().Contain(_toolStripContainer.ContentPanel); 97AssertShadowProperties("TopToolStripPanelVisible", _toolStripContainer.TopToolStripPanelVisible); 98AssertShadowProperties("LeftToolStripPanelVisible", _toolStripContainer.LeftToolStripPanelVisible); 99AssertShadowProperties("RightToolStripPanelVisible", _toolStripContainer.RightToolStripPanelVisible); 100AssertShadowProperties("BottomToolStripPanelVisible", _toolStripContainer.BottomToolStripPanelVisible); 110public void Dispose() => ((IDisposable)_toolStripContainer).Dispose();