Base:
property
BoundingRectangle
MS.Internal.AutomationProxies.ProxySimple.BoundingRectangle
4 references to BoundingRectangle
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (4)
267
pixels = (int)(headerItem.
BoundingRectangle
.Left - firstVisibleHeaderItem.
BoundingRectangle
.Left);
273
pixels = (int)(headerItem.
BoundingRectangle
.Left - lastVisibleHeaderItem.
BoundingRectangle
.Left);