5 references to GetRuntimeId
PresentationCore (5)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (1)
483return peer.GetRuntimeId();
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (4)
1875int [] rid = this.GetRuntimeId(); //use runtimeID of parent for bulk notifications 1895int[] rid = removedChild.GetRuntimeId(); 1912int[] rid = addedChild.GetRuntimeId(); 2405private static object GetRuntimeId(AutomationPeer peer) { return peer.GetRuntimeId(); }