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