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