5 references to IsRtl
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (5)
129
return !
IsRtl
153
bounds.Left - (
IsRtl
? margin.Right : margin.Left),
209
bounds.X -=
IsRtl
? margin.Right : margin.Left;
804
if (
IsRtl
)
852
if (
IsRtl
)