1 write to _lastChildIndex
PresentationFramework (1)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1528
set {
_lastChildIndex
= value; }
2 references to _lastChildIndex
PresentationFramework (2)
src\Framework\System\Windows\FrameworkTemplate.cs (2)
503
_templateRoot,
_lastChildIndex
,
1527
get { return
_lastChildIndex
; }