14 references to _bottomLeft
System.Windows.Forms.Design (14)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (14)
58
else if (CheckedControl ==
_bottomLeft
)
94
CheckedControl =
_bottomLeft
;
150
_bottomLeft
.TabIndex = 5;
151
_bottomLeft
.Text = string.Empty;
152
_bottomLeft
.Name = "_bottomLeft";
153
_bottomLeft
.Appearance = Appearance.Button;
154
_bottomLeft
.AccessibleName = SR.ContentAlignmentEditorBottomLeftAccName;
240
_bottomLeft
.Location = new Point(0, pixel_64);
241
_bottomLeft
.Size = new Size(pixel_24, pixel_25);
254
_bottomLeft
,
303
return
_bottomLeft
;
337
else if (checkedControl ==
_bottomLeft
)
361
if (checkedControl ==
_bottomLeft
)
415
return
_bottomLeft
;