1 write to _rightToolStripPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
368
_rightToolStripPanel
= _toolStripContainer.RightToolStripPanel;
3 references to _rightToolStripPanel
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (3)
371
_panels = [_contentToolStripPanel, _leftToolStripPanel,
_rightToolStripPanel
, _topToolStripPanel, _bottomToolStripPanel];
380
TypeDescriptor.AddAttributes(
_rightToolStripPanel
, rightToolboxBitmapAttribute, new DescriptionAttribute("right"));
387
EnableDesignMode(
_rightToolStripPanel
, RightToolStripPanelName);