25 references to ToRect
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\Accessible.cs (1)
544return rcW32.ToRect(false);
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1203return rectW32.ToRect(false);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
103return controlRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
341return GetBoundingRect().ToRect(Misc.IsControlRTL(_hwnd));
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
140return rcCombo.ToRect(Misc.IsControlRTL(_hwnd)); 919return cbInfo.rcButton.ToRect(false);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
699return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
73return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
80return rect.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
138boundingRectangle = itemRectangle.ToRect(false); 150boundingRectangle = itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
63return ListViewCheckBoxRect(_hwnd, _listviewItem).ToRect(false);
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
125return itemRectangle.ToRect(false);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
832return mbi.rcBar.ToRect(false); 1276return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
418return rectW32.ToRect(Misc.IsControlRTL(hwnd));
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
181return sbi.rcScrollBar.ToRect(false);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
367return rc.ToRect(false); 481return rc.ToRect(false);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
774return GetBoundingRectangle(_hwnd).ToRect(false);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
409return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
942return BoundingRect().ToRect(false);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
835return WindowsTreeView.GetItemRect(_hwnd, _hItem, true).ToRect(false);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
588return updownRect.ToRect(false); 602return updownRect.ToRect(false);