1 write to LeftToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
400LeftToolStripPanelVisible = _toolStripContainer.LeftToolStripPanelVisible;
2 references to LeftToolStripPanelVisible
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
57get => (bool)ShadowProperties[nameof(LeftToolStripPanelVisible)]!; // This is first set in the Initialize method 60ShadowProperties[nameof(LeftToolStripPanelVisible)] = value;