28 overrides of BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
344
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
114
internal override Rect
BoundingRectangle
914
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)
704
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)
98
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)
365
internal override Rect
BoundingRectangle
1243
internal override Rect
BoundingRectangle
2904
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
274
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
126
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)
455
internal override Rect
BoundingRectangle
769
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
407
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTab.cs (1)
943
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)
451
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
833
internal override Rect
BoundingRectangle
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
464
internal override Rect
BoundingRectangle
28 references to BoundingRectangle
UIAutomationClientSideProviders (28)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
154
NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(simple.
BoundingRectangle
);
MS\Internal\AutomationProxies\NonClientArea.cs (4)
555
if (menuProxy.
BoundingRectangle
.Width != 0 && menuProxy.
BoundingRectangle
.Height != 0)
573
Rect rect = grip.
BoundingRectangle
;
595
Rect rect = grip.
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
248
Rect itemRect =
BoundingRectangle
;
MS\Internal\AutomationProxies\ProxySimple.cs (4)
309
Rect itemRect =
BoundingRectangle
;
327
Rect parentRect = parent.
BoundingRectangle
;
442
return
BoundingRectangle
;
577
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)
439
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)
843
return base.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
342
Rect rect =
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
135
return base.
BoundingRectangle
;
166
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)
574
Rect firstRect = firstChild.
BoundingRectangle
;
575
Rect lastRect = lastChild.
BoundingRectangle
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
904
Rect parentRect = parent.
BoundingRectangle
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
256
Rect rcUpDown = _elUpDown.
BoundingRectangle
;