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) 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;