5 references to FlowLayoutPanel
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (5)
120
FlowLayoutPanel
.FlowDirection is FlowDirection.RightToLeft or FlowDirection.LeftToRight;
180
FlowDirection flowDirection = RTLTranslateFlowDirection(
FlowLayoutPanel
.FlowDirection);
393
switch (RTLTranslateFlowDirection(
FlowLayoutPanel
.FlowDirection))
412
switch (RTLTranslateFlowDirection(
FlowLayoutPanel
.FlowDirection))
886
_insertionIndex =
FlowLayoutPanel
.Controls.Count;