8 references to RtlTranslateContent
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
10492
return
RtlTranslateContent
(align);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
274
ContentAlignment align =
RtlTranslateContent
(TextAlign);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
240
ContentAlignment align =
RtlTranslateContent
(CheckAlign);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
208
ContentAlignment align =
RtlTranslateContent
(CheckAlign);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
586
visualRectangle = CalcTextRenderBounds(visualRectangle, clientRectWithPadding,
RtlTranslateContent
(TextAlign));
1080
focusRectangle = CalcTextRenderBounds(Rectangle.Round(focusRectangle), ClientRectWithPadding,
RtlTranslateContent
(TextAlign));
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2592
alignment = control.
RtlTranslateContent
(alignment);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1418
public new ContentAlignment RtlTranslateContent(ContentAlignment align) => base.
RtlTranslateContent
(align);