1 write to _nextSibling
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
198
_lastChild.
_nextSibling
= child;
4 references to _nextSibling
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElementFactory.cs (4)
531
get { return
_nextSibling
; }
645
child = child.
_nextSibling
;
892
childFactory = childFactory.
_nextSibling
;
1008
childFactory = childFactory.
_nextSibling
;