11 references to _leftStyle
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (11)
129_leftStyle.index = IndexOfNextStealableStyle(false /*backwards*/, moveIndex, widths); 130_leftStyle.style = _styles[_leftStyle.index]; 131_leftStyle.styleProp = TypeDescriptor.GetProperties(_leftStyle.style)[isColumn ? "Width" : "Height"]; 133Debug.Assert(_leftStyle.styleProp is not null && _rightStyle.styleProp is not null, "Couldn't find property descriptor for width or height"); 248int leftIndex = _leftStyle.index; 297float leftStyleSize = (float)_leftStyle.styleProp.GetValue(_leftStyle.style); 305_leftStyle.styleProp.SetValue(_leftStyle.style, newLeftSize);