16 references to _topRight
System.Windows.Forms.Design (16)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (16)
42
else if (CheckedControl ==
_topRight
)
82
CheckedControl =
_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
,
281
if (checkedControl ==
_topRight
)
327
return
_topRight
;
383
return
_topRight
;
409
else if (checkedControl ==
_topRight
)