10 references to GetCurrentPropertyValue
UIAutomationClient (10)
MS\Internal\Automation\FocusTracker.cs (1)
103
if (!(bool)srcEl.
GetCurrentPropertyValue
(AutomationElement.HasKeyboardFocusProperty))
System\Windows\Automation\Automation.cs (1)
159
object val = element.
GetCurrentPropertyValue
(AutomationElement.NativeWindowHandleProperty);
System\Windows\Automation\AutomationElement.cs (3)
849
object canReceiveFocus =
GetCurrentPropertyValue
(AutomationElement.IsKeyboardFocusableProperty);
872
object ptClickable =
GetCurrentPropertyValue
(AutomationElement.ClickablePointProperty);
1147
return
GetCurrentPropertyValue
(property);
System\Windows\Automation\RangeValuePattern.cs (2)
89
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
96
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);
System\Windows\Automation\TextPattern.cs (1)
218
Rect rect = (Rect)_element.
GetCurrentPropertyValue
(AutomationElement.BoundingRectangleProperty);
System\Windows\Automation\ValuePattern.cs (2)
76
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
83
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);