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