1 write to _top
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
29
_top
= new SpringControl(this) { AccessibleRole = AccessibleRole.CheckButton };
11 references to _top
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (11)
31
_tabOrder = [_left,
_top
, _right, _bottom];
52
if (
_top
.IsSolid)
108
_top
.Location = new Point(pixel_40, YBORDER);
109
_top
.Size = new Size(pixel_10, pixel_30 - YBORDER);
110
_top
.TabIndex = 1;
111
_top
.TabStop = true;
112
_top
.Anchor = AnchorStyles.Top;
113
_top
.AccessibleName = SR.AnchorEditorTopAccName;
132
_top
,
143
_top
.Focus();
159
_top
.IsSolid = (anchorStyles & AnchorStyles.Top) == AnchorStyles.Top;