10 references to GetCurrentPropertyValue
UIAutomationClient (10)
MS\Internal\Automation\FocusTracker.cs (1)
102
if (!(bool)srcEl.
GetCurrentPropertyValue
(AutomationElement.HasKeyboardFocusProperty))
System\Windows\Automation\Automation.cs (1)
158
object val = element.
GetCurrentPropertyValue
(AutomationElement.NativeWindowHandleProperty);
System\Windows\Automation\AutomationElement.cs (3)
848
object canReceiveFocus =
GetCurrentPropertyValue
(AutomationElement.IsKeyboardFocusableProperty);
871
object ptClickable =
GetCurrentPropertyValue
(AutomationElement.ClickablePointProperty);
1146
return
GetCurrentPropertyValue
(property);
System\Windows\Automation\RangeValuePattern.cs (2)
88
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
95
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);
System\Windows\Automation\TextPattern.cs (1)
217
Rect rect = (Rect)_element.
GetCurrentPropertyValue
(AutomationElement.BoundingRectangleProperty);
System\Windows\Automation\ValuePattern.cs (2)
75
object enabled = _el.
GetCurrentPropertyValue
(AutomationElementIdentifiers.IsEnabledProperty);
82
object readOnly = _el.
GetCurrentPropertyValue
(IsReadOnlyProperty);