25 references to ToRect
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\Accessible.cs (1)
545return rcW32.ToRect(false);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1204return rectW32.ToRect(false);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
104return controlRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
342return GetBoundingRect().ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
141return rcCombo.ToRect(Misc.IsControlRTL(_hwnd)); 927return cbInfo.rcButton.ToRect(false);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
700return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
74return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
81return rect.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
139boundingRectangle = itemRectangle.ToRect(false); 151boundingRectangle = 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)
833return mbi.rcBar.ToRect(false); 1277return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
419return rectW32.ToRect(Misc.IsControlRTL(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
182return sbi.rcScrollBar.ToRect(false);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
368return rc.ToRect(false); 482return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
775return GetBoundingRectangle(_hwnd).ToRect(false);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
410return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
947return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
837return WindowsTreeView.GetItemRect(_hwnd, _hItem, true).ToRect(false);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
589return updownRect.ToRect(false); 603return updownRect.ToRect(false);