25 references to ToRect
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\Accessible.cs (1)
571return rcW32.ToRect(false);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1212return rectW32.ToRect(false);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
119return controlRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
361return GetBoundingRect().ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
158return rcCombo.ToRect(Misc.IsControlRTL(_hwnd)); 947return cbInfo.rcButton.ToRect(false);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
721return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
83return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
82return rect.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
149boundingRectangle = itemRectangle.ToRect(false); 161boundingRectangle = itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
71return ListViewCheckBoxRect(_hwnd, _listviewItem).ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
134return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
849return mbi.rcBar.ToRect(false); 1297return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
435return rectW32.ToRect(Misc.IsControlRTL(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
199return sbi.rcScrollBar.ToRect(false);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
377return rc.ToRect(false); 491return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
788return GetBoundingRectangle(_hwnd).ToRect(false);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
425return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
948return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
851return WindowsTreeView.GetItemRect(_hwnd, _hItem, true).ToRect(false);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
609return updownRect.ToRect(false); 623return updownRect.ToRect(false);