14 references to _bottomLeft
System.Windows.Forms.Design (14)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (14)
58else if (CheckedControl == _bottomLeft) 94CheckedControl = _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, 303return _bottomLeft; 337else if (checkedControl == _bottomLeft) 361if (checkedControl == _bottomLeft) 415return _bottomLeft;