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