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"];
133
Debug.Assert(
_leftStyle
.styleProp is not null && _rightStyle.styleProp is not null, "Couldn't find property descriptor for width or height");
248
int leftIndex =
_leftStyle
.index;
297
float leftStyleSize = (float)
_leftStyle
.styleProp.GetValue(
_leftStyle
.style);
305
_leftStyle
.styleProp.SetValue(
_leftStyle
.style, newLeftSize);