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)
101
_left
.Location = new Point(XBORDER, pixel_40);
102
_left
.Size = new Size(pixel_30 - XBORDER, pixel_10);
103
_left
.TabIndex = 0;
104
_left
.TabStop = true;
105
_left
.Anchor = AnchorStyles.Left;
106
_left
.AccessibleName = SR.AnchorEditorLeftAccName;
133
_left
,
158
_left
.IsSolid = (anchorStyles & AnchorStyles.Left) == AnchorStyles.Left;