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