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