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