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