1 write to _nextSibling
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
183
_lastChild.
_nextSibling
= child;
4 references to _nextSibling
PresentationFramework (4)
System\Windows\FrameworkElementFactory.cs (4)
497
get { return
_nextSibling
; }
612
child = child.
_nextSibling
;
857
childFactory = childFactory.
_nextSibling
;
973
childFactory = childFactory.
_nextSibling
;