3 references to RtlTranslateHorizontal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
12317return RtlTranslateHorizontal(align);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
350HorizontalAlignment align = RtlTranslateHorizontal(textAlign);
winforms\Managed\System\WinForms\TextBox.cs (1)
334HorizontalAlignment align = RtlTranslateHorizontal(textAlign);