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) 87_right.Location = new Point(60, 40); 88_right.Size = new Size(30 - XBORDER, 10); 89_right.TabIndex = 2; 90_right.TabStop = true; 91_right.Anchor = AnchorStyles.Right; 92_right.AccessibleName = SR.AnchorEditorRightAccName; 128_right 154_right.IsSolid = (anchorStyles & AnchorStyles.Right) == AnchorStyles.Right;