1 write to _lastChildIndex
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1503
set {
_lastChildIndex
= value; }
2 references to _lastChildIndex
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (2)
500
_templateRoot,
_lastChildIndex
,
1502
get { return
_lastChildIndex
; }