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)
531get { return _nextSibling; } 645child = child._nextSibling; 892childFactory = childFactory._nextSibling; 1008childFactory = childFactory._nextSibling;