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]; 47if (_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;