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