18 references to _bottomCenter
System.Windows.Forms.Design (18)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (18)
62
else if (CheckedControl ==
_bottomCenter
)
97
CheckedControl =
_bottomCenter
;
156
_bottomCenter
.TabIndex = 6;
157
_bottomCenter
.Text = string.Empty;
158
_bottomCenter
.Name = "_bottomCenter";
159
_bottomCenter
.Appearance = Appearance.Button;
160
_bottomCenter
.AccessibleName = SR.ContentAlignmentEditorBottomCenterAccName;
189
_bottomCenter
.Anchor = AnchorStyles.None;
198
_bottomCenter
.Anchor = DefaultCenterAnchor;
243
_bottomCenter
.Location = new Point(pixel_32, pixel_64);
244
_bottomCenter
.Size = new Size(pixel_59, pixel_25);
253
_bottomCenter
,
295
return
_bottomCenter
;
329
else if (checkedControl ==
_bottomCenter
)
363
return
_bottomCenter
;
373
else if (checkedControl ==
_bottomCenter
)
403
return
_bottomCenter
;
413
else if (checkedControl ==
_bottomCenter
)