15 references to IsLayoutRTL
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
272
rc.Normalize(
IsLayoutRTL
(hwnd));
2020
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
589
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
61
if (Misc.
IsLayoutRTL
(_hwnd))
110
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
818
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
1262
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
166
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(_parent._hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
239
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(parent._parent._hwnd)))
420
if ((Environment.OSVersion.Version.Major < 6) && (Misc.
IsLayoutRTL
(hwnd)))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
486
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
809
if (Misc.
IsLayoutRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
596
if (Misc.
IsLayoutRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
531
if (IsHorizontal(_hwnd) && Misc.
IsLayoutRTL
(_hwnd))
577
if (fHorz && Misc.
IsLayoutRTL
(hwnd))