3 references to NextSibling
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
266child = child.NextSibling;
src\Framework\System\Windows\StyleHelper.cs (2)
891factory = factory.NextSibling; 2388child = child.NextSibling;