15 references to IsLayoutRTL
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
265rc.Normalize(IsLayoutRTL(hwnd)); 1998if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
579if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
55if (Misc.IsLayoutRTL(_hwnd)) 104if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
813if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd))) 1257if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
160if ((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)
807if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
587if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
524if (IsHorizontal(_hwnd) && Misc.IsLayoutRTL(_hwnd)) 570if (fHorz && Misc.IsLayoutRTL(hwnd))