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