1 write to _nextSibling
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
195
_lastChild.
_nextSibling
= child;
4 references to _nextSibling
PresentationFramework (4)
System\Windows\FrameworkElementFactory.cs (4)
508
get { return
_nextSibling
; }
623
child = child.
_nextSibling
;
868
childFactory = childFactory.
_nextSibling
;
984
childFactory = childFactory.
_nextSibling
;