1 write to _bottom
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
30
_bottom
= new SpringControl(this) { AccessibleRole = AccessibleRole.CheckButton };
10 references to _bottom
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (10)
31
_tabOrder = [_left, _top, _right,
_bottom
];
57
if (
_bottom
.IsSolid)
108
_bottom
.Location = new Point(40, 60);
109
_bottom
.Size = new Size(10, 30 - YBORDER);
110
_bottom
.TabIndex = 3;
111
_bottom
.TabStop = true;
112
_bottom
.Anchor = AnchorStyles.Bottom;
113
_bottom
.AccessibleName = SR.AnchorEditorBottomAccName;
127
_bottom
,
153
_bottom
.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom;