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) 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;