1 write to _nextSibling
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
184
_lastChild.
_nextSibling
= child;
4 references to _nextSibling
PresentationFramework (4)
System\Windows\FrameworkElementFactory.cs (4)
498
get { return
_nextSibling
; }
613
child = child.
_nextSibling
;
858
childFactory = childFactory.
_nextSibling
;
974
childFactory = childFactory.
_nextSibling
;