1 write to RightToolStripPanelVisible
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
75
((ToolStripContainer)Component).
RightToolStripPanelVisible
= value;
4 references to RightToolStripPanelVisible
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
286
get => (bool)(GetProperty(_toolStripContainer, nameof(ToolStripContainer.
RightToolStripPanelVisible
)) ?? false);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (2)
66
/// Shadow the <see cref="ToolStripContainer.
RightToolStripPanelVisible
"/> property at design-time
401
RightToolStripPanelVisible = _toolStripContainer.
RightToolStripPanelVisible
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripContainerDesignerTests.cs (1)
99
AssertShadowProperties("RightToolStripPanelVisible", _toolStripContainer.
RightToolStripPanelVisible
);