10 references to GetCurrentPropertyValue
UIAutomationClient (10)
MS\Internal\Automation\FocusTracker.cs (1)
111
if (!(bool)srcEl.
GetCurrentPropertyValue
(AutomationElement.HasKeyboardFocusProperty))
System\Windows\Automation\Automation.cs (1)
198
object val = element.
GetCurrentPropertyValue
(AutomationElement.NativeWindowHandleProperty);
System\Windows\Automation\AutomationElement.cs (3)
924
object canReceiveFocus =
GetCurrentPropertyValue
(AutomationElement.IsKeyboardFocusableProperty);
952
object ptClickable =
GetCurrentPropertyValue
(AutomationElement.ClickablePointProperty);
1249
return
GetCurrentPropertyValue
(property);
System\Windows\Automation\RangeValuePattern.cs (2)
105
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
112
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);
System\Windows\Automation\TextPattern.cs (1)
232
Rect rect = (Rect)_element.
GetCurrentPropertyValue
(AutomationElement.BoundingRectangleProperty);
System\Windows\Automation\ValuePattern.cs (2)
91
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
98
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);