11 references to _rightStyle
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (11)
125
_rightStyle
.index = IndexOfNextStealableStyle(true /*forward*/, moveIndex, widths);
126
_rightStyle
.style = _styles[
_rightStyle
.index];
127
_rightStyle
.styleProp = TypeDescriptor.GetProperties(
_rightStyle
.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");
247
int rightIndex =
_rightStyle
.index;
289
float rightStyleSize = (float)
_rightStyle
.styleProp.GetValue(
_rightStyle
.style);
304
_rightStyle
.styleProp.SetValue(
_rightStyle
.style, newRightSize);