16 references to _topRight
System.Windows.Forms.Design (16)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (16)
42else if (CheckedControl == _topRight) 82CheckedControl = _topRight; 126_topRight.TabIndex = 1; 127_topRight.Text = string.Empty; 128_topRight.Name = "_topRight"; 129_topRight.Appearance = Appearance.Button; 130_topRight.AccessibleName = SR.ContentAlignmentEditorTopRightAccName; 186_topRight.Anchor = AnchorStyles.None; 195_topRight.Anchor = DefaultRightAnchor; 228_topRight.Location = new Point(pixel_99, 0); 229_topRight.Size = new Size(pixel_24, pixel_25); 258_topRight, 281if (checkedControl == _topRight) 327return _topRight; 383return _topRight; 409else if (checkedControl == _topRight)