15 references to IsLayoutRTL
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Misc.cs (2)
281rc.Normalize(IsLayoutRTL(hwnd)); 2031if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
586if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
69if (Misc.IsLayoutRTL(_hwnd)) 118if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
829if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd))) 1275if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
177if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(_parent._hwnd)))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
245if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(parent._parent._hwnd))) 426if ((Environment.OSVersion.Version.Major < 6) && (Misc.IsLayoutRTL(hwnd)))
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
499if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
820if (Misc.IsLayoutRTL(hwnd))
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
605if (Misc.IsLayoutRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
544if (IsHorizontal(_hwnd) && Misc.IsLayoutRTL(_hwnd)) 590if (fHorz && Misc.IsLayoutRTL(hwnd))