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