13 references to _topLeft
System.Windows.Forms.Design (13)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (13)
34if (CheckedControl == _topLeft) 76CheckedControl = _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 297else if (checkedControl == _topLeft) 343return _topLeft; 369else if (checkedControl == _topLeft) 423return _topLeft;