1 write to _templateCache
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
517
set {
_templateCache
= (ControlTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
503
get { return
_templateCache
; }
516
get { return
_templateCache
; }