4 references to IndexOfNextStealableStyle
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (4)
125
_rightStyle.index =
IndexOfNextStealableStyle
(true /*forward*/, moveIndex, widths);
129
_leftStyle.index =
IndexOfNextStealableStyle
(false /*backwards*/, moveIndex, widths);
197
bool canStealFromRight =
IndexOfNextStealableStyle
(true, moveIndex, widths) != -1;
198
bool canStealFromLeft =
IndexOfNextStealableStyle
(false, moveIndex, widths) != -1;