9 references to IsControlRTL
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (1)
1242if(Misc.IsControlRTL(hwnd))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
353return GetBoundingRect().ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
145return rcCombo.ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
750if (Misc.IsControlRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
189if(Misc.IsControlRTL(hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
100if (Misc.IsControlRTL(_hwnd)) 115if (Misc.IsControlRTL(_hwnd))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
420return rectW32.ToRect(Misc.IsControlRTL(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
590if ((Environment.OSVersion.Version.Major < 6) && (_sbFlag == NativeMethods.SB_HORZ) && (Misc.IsControlRTL(_parent._hwnd)))