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]; 52if (_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;