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