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