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