28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
337internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
113internal override Rect BoundingRectangle 903internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
43internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
85internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
694internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
66internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
69internal override unsafe Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
93internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
58internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
69internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
361internal override Rect BoundingRectangle 1239internal override Rect BoundingRectangle 2898internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
275internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
122internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
122internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
395internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
117internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
455internal override Rect BoundingRectangle 769internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
404internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
937internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
53internal override Rect BoundingRectangle 354internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
447internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
828internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
460internal override Rect BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
151NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.BoundingRectangle);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
548if (menuProxy.BoundingRectangle.Width != 0 && menuProxy.BoundingRectangle.Height != 0) 566Rect rect = grip.BoundingRectangle; 588Rect rect = grip.BoundingRectangle;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
241Rect itemRect = BoundingRectangle;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
302Rect itemRect = BoundingRectangle; 320Rect parentRect = parent.BoundingRectangle; 435return BoundingRectangle; 570NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(BoundingRectangle);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
117NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.BoundingRectangle);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
105return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
435Rect boundingRectangle = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
72Rect parentRect = GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
134Rect parentRect = GetParent().GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
839return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
341Rect rect = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
131return base.BoundingRectangle; 162Rect rcParent = _parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
238Rect rcParent = parent._parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
121Rect rcUpDown = _elUpDown.BoundingRectangle; 122Rect rcEdit = _elEdit.BoundingRectangle; 148Rect rcUpDown = _elUpDown.BoundingRectangle; 149Rect rcEdit = _elEdit.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
567Rect firstRect = firstChild.BoundingRectangle; 568Rect lastRect = lastChild.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
899Rect parentRect = parent.BoundingRectangle;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
255Rect rcUpDown = _elUpDown.BoundingRectangle;