1 write to _rightToolStripMenuItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
153
_rightToolStripMenuItem
= CreateEnumValueItem("Alignment", "Right", ToolStripItemAlignment.Right);
2 references to _rightToolStripMenuItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (2)
160
_alignmentToolStripMenuItem.DropDownItems.AddRange((ToolStripItem[])[_leftToolStripMenuItem,
_rightToolStripMenuItem
]);
622
_rightToolStripMenuItem
.Checked = currentAlignmentValue == ToolStripItemAlignment.Right;