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)
101
_top
.Location = new Point(40, YBORDER);
102
_top
.Size = new Size(10, 30 - YBORDER);
103
_top
.TabIndex = 1;
104
_top
.TabStop = true;
105
_top
.Anchor = AnchorStyles.Top;
106
_top
.AccessibleName = SR.AnchorEditorTopAccName;
125
_top
,
136
_top
.Focus();
152
_top
.IsSolid = (anchorStyles & AnchorStyles.Top) == AnchorStyles.Top;