7 references to RtlTranslateContent
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
10633
return
RtlTranslateContent
(align);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
280
ContentAlignment align =
RtlTranslateContent
(TextAlign);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
261
ContentAlignment align =
RtlTranslateContent
(CheckAlign);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
226
ContentAlignment align =
RtlTranslateContent
(CheckAlign);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
589
visualRectangle = CalcTextRenderBounds(visualRectangle, clientRectWithPadding,
RtlTranslateContent
(TextAlign));
1078
focusRectangle = CalcTextRenderBounds(Rectangle.Round(focusRectangle), ClientRectWithPadding,
RtlTranslateContent
(TextAlign));
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2646
alignment = control.
RtlTranslateContent
(alignment);