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