2 references to GetNextSibling
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
412
dest = peer.
GetNextSibling
();
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2111
for(AutomationPeer peer = GetFirstChild(); peer != null; peer = peer.
GetNextSibling
())