15 references to IsLayoutRTL
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
270
rc.Normalize(
IsLayoutRTL
(hwnd));
2018
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
585
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
55
if (Misc.
IsLayoutRTL
(_hwnd))
104
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
816
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
1260
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
163
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_parent._hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
236
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(parent._parent._hwnd)))
417
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(hwnd)))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
483
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
806
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
592
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
527
if (IsHorizontal(_hwnd) && Misc.
IsLayoutRTL
(_hwnd))
573
if (fHorz && Misc.
IsLayoutRTL
(hwnd))