9 references to IsControlRTL
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (1)
1253
if(Misc.
IsControlRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
361
return GetBoundingRect().ToRect(Misc.
IsControlRTL
(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
158
return rcCombo.ToRect(Misc.
IsControlRTL
(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
762
if (Misc.
IsControlRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
194
if(Misc.
IsControlRTL
(hwnd))
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (2)
107
if (Misc.
IsControlRTL
(_hwnd))
122
if (Misc.
IsControlRTL
(_hwnd))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
435
return rectW32.ToRect(Misc.
IsControlRTL
(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
602
if ((Environment.OSVersion.Version.Major < 6) && (_sbFlag == NativeMethods.SB_HORZ) && (Misc.
IsControlRTL
(_parent._hwnd)))