6 references to RuntimeIdProperty
UIAutomationClient (6)
MS\Internal\Automation\Schema.cs (2)
265
new AutomationPropertyInfo( null, AutomationElement.
RuntimeIdProperty
, typeof(int[]), null ),
377
AutomationElement.
RuntimeIdProperty
,
System\Windows\Automation\AutomationElement.cs (2)
46
_runtimeId = LookupCachedValue(AutomationElement.
RuntimeIdProperty
, false, true) as int[];
390
int [] 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);