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