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