28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
338internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
114internal override Rect BoundingRectangle 911internal 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)
695internal 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)
94internal 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)
362internal override Rect BoundingRectangle 1240internal override Rect BoundingRectangle 2899internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
276internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
123internal 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)
456internal override Rect BoundingRectangle 770internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
405internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
942internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
54internal override Rect BoundingRectangle 355internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
448internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
830internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
461internal 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)
549if (menuProxy.BoundingRectangle.Width != 0 && menuProxy.BoundingRectangle.Height != 0) 567Rect rect = grip.BoundingRectangle; 589Rect rect = grip.BoundingRectangle;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
243Rect itemRect = BoundingRectangle;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
303Rect itemRect = BoundingRectangle; 321Rect parentRect = parent.BoundingRectangle; 436return BoundingRectangle; 571NativeMethods.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)
436Rect 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)
840return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
342Rect rect = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
132return base.BoundingRectangle; 163Rect 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)
572Rect firstRect = firstChild.BoundingRectangle; 573Rect lastRect = lastChild.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
901Rect parentRect = parent.BoundingRectangle;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
256Rect rcUpDown = _elUpDown.BoundingRectangle;