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