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)
115
_bottom
.Location = new Point(pixel_40, pixel_60);
116
_bottom
.Size = new Size(pixel_10, pixel_30 - YBORDER);
117
_bottom
.TabIndex = 3;
118
_bottom
.TabStop = true;
119
_bottom
.Anchor = AnchorStyles.Bottom;
120
_bottom
.AccessibleName = SR.AnchorEditorBottomAccName;
134
_bottom
,
160
_bottom
.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom;