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