3 references to ItemTypeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
277new AutomationPropertyInfo( null, AutomationElement.ItemTypeProperty, typeof(string), "" ), 381AutomationElement.ItemTypeProperty,
System\Windows\Automation\AutomationElement.cs (1)
1531public string ItemType { get { return (string) _el.GetPatternPropertyValue(ItemTypeProperty, _useCache ); } }