25 references to ToRect
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\Accessible.cs (1)
560return rcW32.ToRect(false);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1204return rectW32.ToRect(false);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
108return controlRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
348return GetBoundingRect().ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
141return rcCombo.ToRect(Misc.IsControlRTL(_hwnd)); 930return cbInfo.rcButton.ToRect(false);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
709return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
74return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
79return rect.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
141boundingRectangle = itemRectangle.ToRect(false); 153boundingRectangle = itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
64return ListViewCheckBoxRect(_hwnd, _listviewItem).ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
126return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
836return mbi.rcBar.ToRect(false); 1282return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
417return rectW32.ToRect(Misc.IsControlRTL(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
185return sbi.rcScrollBar.ToRect(false);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
368return rc.ToRect(false); 482return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
774return GetBoundingRectangle(_hwnd).ToRect(false);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
412return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
948return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
840return WindowsTreeView.GetItemRect(_hwnd, _hItem, true).ToRect(false);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
592return updownRect.ToRect(false); 606return updownRect.ToRect(false);