1 write to _templateCache
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
546
set {
_templateCache
= (ControlTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
532
get { return
_templateCache
; }
545
get { return
_templateCache
; }