3 references to ItemStatusProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
295
new AutomationPropertyInfo( null, AutomationElement.
ItemStatusProperty
, typeof(string), "" ),
401
AutomationElement.
ItemStatusProperty
System\Windows\Automation\AutomationElement.cs (1)
1458
public string ItemStatus { get { return (string) _el.GetPatternPropertyValue(
ItemStatusProperty
, _useCache); } }