4 references to GetFlowBreak
System.Windows.Forms (4)
System\Windows\Forms\Layout\CommonProperties.cs (2)
657Debug.Assert(value != GetFlowBreak(element), "PERF: Caller should guard against setting FlowBreak to original value."); 665Debug.Assert(GetFlowBreak(element) == value, "Error detected setting SetFlowBreak.");
System\Windows\Forms\Layout\FlowLayout.cs (1)
261else if (i + 1 < endIndex && CommonProperties.GetFlowBreak(elementProxy.Element))
System\Windows\Forms\Panels\FlowLayoutSettings.cs (1)
61return CommonProperties.GetFlowBreak(element);