5 references to GetRuntimeId
PresentationCore (5)
MS\Internal\Automation\ElementProxy.cs (1)
473
return peer.
GetRuntimeId
();
System\Windows\Automation\Peers\AutomationPeer.cs (4)
1967
int [] rid = this.
GetRuntimeId
(); //use runtimeID of parent for bulk notifications
1985
int[] rid = removedChild.
GetRuntimeId
();
2002
int[] rid = addedChild.
GetRuntimeId
();
2501
private static object GetRuntimeId(AutomationPeer peer) { return peer.
GetRuntimeId
(); }