28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
349internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
118internal override Rect BoundingRectangle 918internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
50internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
89internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
708internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
69internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
71internal unsafe override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
99internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
61internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
71internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
367internal override Rect BoundingRectangle 1245internal override Rect BoundingRectangle 2906internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
277internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
129internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
126internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
399internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
121internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
458internal override Rect BoundingRectangle 772internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
411internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
945internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
58internal override Rect BoundingRectangle 359internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
454internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
835internal override Rect BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
468internal override Rect BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
158NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.BoundingRectangle);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
559if (menuProxy.BoundingRectangle.Width != 0 && menuProxy.BoundingRectangle.Height != 0) 577Rect rect = grip.BoundingRectangle; 599Rect rect = grip.BoundingRectangle;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
253Rect itemRect = BoundingRectangle;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
313Rect itemRect = BoundingRectangle; 331Rect parentRect = parent.BoundingRectangle; 446return BoundingRectangle; 581NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(BoundingRectangle);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
122NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.BoundingRectangle);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
109return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
442Rect boundingRectangle = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
75Rect parentRect = GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
136Rect parentRect = GetParent().GetParent().BoundingRectangle;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
845return base.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
346Rect rect = BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
138return base.BoundingRectangle; 169Rect rcParent = _parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
242Rect rcParent = parent._parent.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
125Rect rcUpDown = _elUpDown.BoundingRectangle; 126Rect rcEdit = _elEdit.BoundingRectangle; 152Rect rcUpDown = _elUpDown.BoundingRectangle; 153Rect rcEdit = _elEdit.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
576Rect firstRect = firstChild.BoundingRectangle; 577Rect lastRect = lastChild.BoundingRectangle;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
906Rect parentRect = parent.BoundingRectangle;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
258Rect rcUpDown = _elUpDown.BoundingRectangle;