15 references to IsLayoutRTL
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
281
rc.Normalize(
IsLayoutRTL
(hwnd));
2031
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
586
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
69
if (Misc.
IsLayoutRTL
(_hwnd))
118
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
829
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
1275
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
177
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_parent._hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
245
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(parent._parent._hwnd)))
426
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(hwnd)))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
499
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
820
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
605
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
544
if (IsHorizontal(_hwnd) && Misc.
IsLayoutRTL
(_hwnd))
590
if (fHorz && Misc.
IsLayoutRTL
(hwnd))