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