10 references to BoundingRectangleProperty
UIAutomationClient (8)
MS\Internal\Automation\BoundingRectTracker.cs (1)
120AutomationElement.BoundingRectangleProperty,
MS\Internal\Automation\ClientEventManager.cs (3)
92if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 205if (HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 233RemovePropertyTracker(AutomationElement.BoundingRectangleProperty, Tracker.BoundingRect);
MS\Internal\Automation\Schema.cs (2)
253new AutomationPropertyInfo( convertToRect, AutomationElement.BoundingRectangleProperty, typeof(Rect), Rect.Empty ), 363AutomationElement.BoundingRectangleProperty,
System\Windows\Automation\AutomationElement.cs (1)
1513public Rect BoundingRectangle { get { return (Rect) _el.GetPatternPropertyValue(BoundingRectangleProperty, _useCache); } }
System\Windows\Automation\TextPattern.cs (1)
232Rect rect = (Rect)_element.GetCurrentPropertyValue(AutomationElement.BoundingRectangleProperty);
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
213MaybeFirePropertyChangeEvent(null, AutomationElement.BoundingRectangleProperty, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
951else if (idProp == AutomationElement.BoundingRectangleProperty)