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