1 write to _templateCache
PresentationFramework (1)
System\Windows\Controls\Control.cs (1)
435
set {
_templateCache
= (ControlTemplate) value; }
2 references to _templateCache
PresentationFramework (2)
System\Windows\Controls\Control.cs (2)
421
get { return
_templateCache
; }
434
get { return
_templateCache
; }