6 references to RuntimeIdProperty
UIAutomationClient (6)
MS\Internal\Automation\Schema.cs (2)
265new AutomationPropertyInfo( null, AutomationElement.RuntimeIdProperty, typeof(int[]), null ), 377AutomationElement.RuntimeIdProperty,
System\Windows\Automation\AutomationElement.cs (2)
46_runtimeId = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 390int [] val = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[];
System\Windows\Automation\CacheRequest.cs (2)
106_properties.Add(AutomationElement.RuntimeIdProperty); 410_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, new AutomationPattern[] { }, AutomationElementMode.Full);