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); 197bool canStealFromRight = IndexOfNextStealableStyle(true, moveIndex, widths) != -1; 198bool canStealFromLeft = IndexOfNextStealableStyle(false, moveIndex, widths) != -1;