1 write to _right
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
28_right = new SpringControl(this) { AccessibleRole = AccessibleRole.CheckButton };
10 references to _right
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (10)
31_tabOrder = [_left, _top, _right, _bottom]; 62if (_right.IsSolid) 94_right.Location = new Point(pixel_60, pixel_40); 95_right.Size = new Size(pixel_30 - XBORDER, pixel_10); 96_right.TabIndex = 2; 97_right.TabStop = true; 98_right.Anchor = AnchorStyles.Right; 99_right.AccessibleName = SR.AnchorEditorRightAccName; 135_right 161_right.IsSolid = (anchorStyles & AnchorStyles.Right) == AnchorStyles.Right;