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