1 write to _toolStripContainer
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
22_toolStripContainer = new();
13 references to _toolStripContainer
System.Windows.Forms.Design.Tests (13)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (13)
26_designer.Initialize(_toolStripContainer); 33_toolStripContainer.Site = mockSite.Object; 75value.Should().Be(_toolStripContainer); 85value.Should().Contain(_toolStripContainer.TopToolStripPanel); 86value.Should().Contain(_toolStripContainer.BottomToolStripPanel); 87value.Should().Contain(_toolStripContainer.LeftToolStripPanel); 88value.Should().Contain(_toolStripContainer.RightToolStripPanel); 89value.Should().Contain(_toolStripContainer.ContentPanel); 95AssertShadowProperties("TopToolStripPanelVisible", _toolStripContainer.TopToolStripPanelVisible); 96AssertShadowProperties("LeftToolStripPanelVisible", _toolStripContainer.LeftToolStripPanelVisible); 97AssertShadowProperties("RightToolStripPanelVisible", _toolStripContainer.RightToolStripPanelVisible); 98AssertShadowProperties("BottomToolStripPanelVisible", _toolStripContainer.BottomToolStripPanelVisible); 108public void Dispose() => ((IDisposable)_toolStripContainer).Dispose();