1 write to _left
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
27
_left
= new SpringControl(this) { AccessibleRole = AccessibleRole.CheckButton };
10 references to _left
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (10)
31
_tabOrder = [
_left
, _top, _right, _bottom];
47
if (
_left
.IsSolid)
94
_left
.Location = new Point(XBORDER, 40);
95
_left
.Size = new Size(30 - XBORDER, 10);
96
_left
.TabIndex = 0;
97
_left
.TabStop = true;
98
_left
.Anchor = AnchorStyles.Left;
99
_left
.AccessibleName = SR.AnchorEditorLeftAccName;
126
_left
,
151
_left
.IsSolid = (anchorStyles & AnchorStyles.Left) == AnchorStyles.Left;