28 overrides of BoundingRectangle
UIAutomationClientsideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
357internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
131internal override Rect BoundingRectangle 931internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
58internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
95internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
716internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
76internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
73internal unsafe override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
106internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
66internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
78internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
378internal override Rect BoundingRectangle 1258internal override Rect BoundingRectangle 2919internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
292internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
140internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
132internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
412internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
135internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
469internal override Rect BoundingRectangle 783internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
420internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
943internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
66internal override Rect BoundingRectangle 367internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
844internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
481internal override Rect BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientsideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
155NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.BoundingRectangle);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
556if (menuProxy.BoundingRectangle.Width != 0 && menuProxy.BoundingRectangle.Height != 0) 574Rect rect = grip.BoundingRectangle; 596Rect rect = grip.BoundingRectangle;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
264Rect itemRect = BoundingRectangle;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
320Rect itemRect = BoundingRectangle; 338Rect parentRect = parent.BoundingRectangle; 453return BoundingRectangle; 588NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(BoundingRectangle);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
135NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.BoundingRectangle);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
116return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
449Rect boundingRectangle = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
80Rect parentRect = GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
143Rect parentRect = GetParent().GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
856return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
386Rect rect = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
149return base.BoundingRectangle; 180Rect rcParent = _parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
248Rect rcParent = parent._parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
139Rect rcUpDown = _elUpDown.BoundingRectangle; 140Rect rcEdit = _elEdit.BoundingRectangle; 166Rect rcUpDown = _elUpDown.BoundingRectangle; 167Rect rcEdit = _elEdit.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
574Rect firstRect = firstChild.BoundingRectangle; 575Rect lastRect = lastChild.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
915Rect parentRect = parent.BoundingRectangle;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
266Rect rcUpDown = _elUpDown.BoundingRectangle;