28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
338
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
114
internal override Rect
BoundingRectangle
911
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
44
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
86
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
695
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
67
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
70
internal unsafe override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
94
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
59
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
70
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
362
internal override Rect
BoundingRectangle
1240
internal override Rect
BoundingRectangle
2899
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
276
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
123
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
123
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
396
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
118
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
456
internal override Rect
BoundingRectangle
770
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
405
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
942
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
54
internal override Rect
BoundingRectangle
355
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
448
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
830
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
461
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)
549
if (menuProxy.
BoundingRectangle
.Width != 0 && menuProxy.
BoundingRectangle
.Height != 0)
567
Rect rect = grip.
BoundingRectangle
;
589
Rect rect = grip.
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
243
Rect itemRect =
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
303
Rect itemRect =
BoundingRectangle
;
321
Rect parentRect = parent.
BoundingRectangle
;
436
return
BoundingRectangle
;
571
NativeMethods.Win32Rect rcItem = new NativeMethods.Win32Rect(
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
118
NativeMethods.Win32Rect rcCombo = new NativeMethods.Win32Rect (base.
BoundingRectangle
);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
106
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
436
Rect boundingRectangle =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
73
Rect parentRect = GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
135
Rect parentRect = GetParent().GetParent().
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
840
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
342
Rect rect =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
132
return base.
BoundingRectangle
;
163
Rect rcParent = _parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
239
Rect rcParent = parent._parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsSpinner.cs (4)
122
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
123
Rect rcEdit = _elEdit.
BoundingRectangle
;
149
Rect rcUpDown = _elUpDown.
BoundingRectangle
;
150
Rect rcEdit = _elEdit.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
572
Rect firstRect = firstChild.
BoundingRectangle
;
573
Rect lastRect = lastChild.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
901
Rect parentRect = parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
256
Rect rcUpDown = _elUpDown.
BoundingRectangle
;