1 write to _right
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
53
_right
= new SelectionPanelRadioButton()
7 references to _right
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\DockEditor.DockUI.cs (7)
112
_leftRightOrder = [_left, _fill,
_right
];
113
_tabOrder = [_top, _left, _fill,
_right
, _bottom, _none];
128
else if (CheckedControl ==
_right
)
157
CheckedControl =
_right
;
199
_right
.Size = scaledButtonSize;
213
_right
,
267
if (checkedControl == _left || checkedControl ==
_right
)