9 references to RtlTranslateContent
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
11362return RtlTranslateContent(align);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
283ContentAlignment align = RtlTranslateContent(TextAlign);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
311ContentAlignment align = RtlTranslateContent(CheckAlign); 639=> RtlTranslateContent(CheckAlign);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
246ContentAlignment align = RtlTranslateContent(CheckAlign); 599=> RtlTranslateContent(CheckAlign);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
601visualRectangle = CalcTextRenderBounds(visualRectangle, clientRectWithPadding, RtlTranslateContent(TextAlign)); 1090focusRectangle = CalcTextRenderBounds(Rectangle.Round(focusRectangle), ClientRectWithPadding, RtlTranslateContent(TextAlign));
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2646alignment = control.RtlTranslateContent(alignment);