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