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