15 references to _bottomRight
System.Windows.Forms.Design (15)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (15)
100
CheckedControl =
_bottomRight
;
162
_bottomRight
.TabIndex = 7;
163
_bottomRight
.Text = string.Empty;
164
_bottomRight
.Name = "_bottomRight";
165
_bottomRight
.Appearance = Appearance.Button;
166
_bottomRight
.AccessibleName = SR.ContentAlignmentEditorBottomRightAccName;
190
_bottomRight
.Anchor = AnchorStyles.None;
199
_bottomRight
.Anchor = DefaultRightAnchor;
246
_bottomRight
.Location = new Point(pixel_99, pixel_64);
247
_bottomRight
.Size = new Size(pixel_24, pixel_25);
252
_bottomRight
,
287
return
_bottomRight
;
321
if (checkedControl ==
_bottomRight
)
375
return
_bottomRight
;
401
if (checkedControl ==
_bottomRight
)