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