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