4 references to GetFlowBreak
System.Windows.Forms (4)
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
58
return CommonProperties.
GetFlowBreak
(element);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
609
Debug.Assert(value !=
GetFlowBreak
(element), "PERF: Caller should guard against setting FlowBreak to original value.");
617
Debug.Assert(
GetFlowBreak
(element) == value, "Error detected setitng SetFlowBreak.");
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
259
else if (i+1 < endIndex && CommonProperties.
GetFlowBreak
(elementProxy.Element)) {