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