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)
45_runtimeId = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[]; 389int [] val = LookupCachedValue(AutomationElement.RuntimeIdProperty, false, true) as int[];
System\Windows\Automation\CacheRequest.cs (2)
105_properties.Add(AutomationElement.RuntimeIdProperty); 409_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, Array.Empty<AutomationPattern>(), AutomationElementMode.Full);