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"]; 133Debug.Assert(_leftStyle.styleProp is not null && _rightStyle.styleProp is not null, "Couldn't find property descriptor for width or height"); 247int rightIndex = _rightStyle.index; 289float rightStyleSize = (float)_rightStyle.styleProp.GetValue(_rightStyle.style); 304_rightStyle.styleProp.SetValue(_rightStyle.style, newRightSize);