8 references to RtlTranslateContent
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
10631
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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1512
public new ContentAlignment RtlTranslateContent(ContentAlignment align) => base.
RtlTranslateContent
(align);