28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
344internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
114internal override Rect BoundingRectangle 914internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
44internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
86internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
704internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
67internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
70internal unsafe override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
98internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
59internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
70internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
365internal override Rect BoundingRectangle 1243internal override Rect BoundingRectangle 2904internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
274internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
126internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
123internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
396internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
118internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
455internal override Rect BoundingRectangle 769internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
407internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
943internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
54internal override Rect BoundingRectangle 355internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
451internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
833internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
464internal override Rect BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
154NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.BoundingRectangle);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
555if (menuProxy.BoundingRectangle.Width != 0 && menuProxy.BoundingRectangle.Height != 0) 573Rect rect = grip.BoundingRectangle; 595Rect rect = grip.BoundingRectangle;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
248Rect itemRect = BoundingRectangle;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
309Rect itemRect = BoundingRectangle; 327Rect parentRect = parent.BoundingRectangle; 442return BoundingRectangle; 577NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(BoundingRectangle);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
118NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.BoundingRectangle);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
106return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
439Rect boundingRectangle = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
73Rect parentRect = GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
135Rect parentRect = GetParent().GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
843return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
342Rect rect = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
135return base.BoundingRectangle; 166Rect rcParent = _parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
239Rect rcParent = parent._parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
122Rect rcUpDown = _elUpDown.BoundingRectangle; 123Rect rcEdit = _elEdit.BoundingRectangle; 149Rect rcUpDown = _elUpDown.BoundingRectangle; 150Rect rcEdit = _elEdit.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
574Rect firstRect = firstChild.BoundingRectangle; 575Rect lastRect = lastChild.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
904Rect parentRect = parent.BoundingRectangle;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
256Rect rcUpDown = _elUpDown.BoundingRectangle;