10 references to BoundingRectangleProperty
UIAutomationClient (8)
MS\Internal\Automation\BoundingRectTracker.cs (1)
110
AutomationElement.
BoundingRectangleProperty
,
MS\Internal\Automation\ClientEventManager.cs (3)
79
if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.
BoundingRectangleProperty
, l.Properties))
189
if (HasProperty(AutomationElement.
BoundingRectangleProperty
, l.Properties))
217
RemovePropertyTracker(AutomationElement.
BoundingRectangleProperty
, Tracker.BoundingRect);
MS\Internal\Automation\Schema.cs (2)
266
new AutomationPropertyInfo( convertToRect, AutomationElement.
BoundingRectangleProperty
, typeof(Rect), Rect.Empty ),
378
AutomationElement.
BoundingRectangleProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1413
public Rect BoundingRectangle { get { return (Rect) _el.GetPatternPropertyValue(
BoundingRectangleProperty
, _useCache); } }
System\Windows\Automation\TextPattern.cs (1)
218
Rect rect = (Rect)_element.GetCurrentPropertyValue(AutomationElement.
BoundingRectangleProperty
);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
200
MaybeFirePropertyChangeEvent(null, AutomationElement.
BoundingRectangleProperty
, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
926
else if (idProp == AutomationElement.
BoundingRectangleProperty
)