13 references to _topLeft
System.Windows.Forms.Design (13)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (13)
34
if (CheckedControl ==
_topLeft
)
76
CheckedControl =
_topLeft
;
114
_topLeft
.TabIndex = 8;
115
_topLeft
.Text = string.Empty;
116
_topLeft
.Name = "_topLeft";
117
_topLeft
.Appearance = Appearance.Button;
118
_topLeft
.AccessibleName = SR.ContentAlignmentEditorTopLeftAccName;
223
_topLeft
.Size = new Size(pixel_24, pixel_25);
260
_topLeft
297
else if (checkedControl ==
_topLeft
)
343
return
_topLeft
;
369
else if (checkedControl ==
_topLeft
)
423
return
_topLeft
;