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]; 57if (_bottom.IsSolid) 108_bottom.Location = new Point(40, 60); 109_bottom.Size = new Size(10, 30 - YBORDER); 110_bottom.TabIndex = 3; 111_bottom.TabStop = true; 112_bottom.Anchor = AnchorStyles.Bottom; 113_bottom.AccessibleName = SR.AnchorEditorBottomAccName; 127_bottom, 153_bottom.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom;