15 references to IsLayoutRTL
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
264rc.Normalize(IsLayoutRTL(hwnd)); 1997if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
578if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
54if (Misc.IsLayoutRTL(_hwnd)) 103if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
812if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd))) 1256if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
159if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_parent._hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
235if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(parent._parent._hwnd))) 416if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(hwnd)))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
482if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
806if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
586if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
523if (IsHorizontal(_hwnd) && Misc.IsLayoutRTL(_hwnd)) 569if (fHorz && Misc.IsLayoutRTL(hwnd))