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) 115_bottom.Location = new Point(pixel_40, pixel_60); 116_bottom.Size = new Size(pixel_10, pixel_30 - YBORDER); 117_bottom.TabIndex = 3; 118_bottom.TabStop = true; 119_bottom.Anchor = AnchorStyles.Bottom; 120_bottom.AccessibleName = SR.AnchorEditorBottomAccName; 134_bottom, 160_bottom.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom;