1 write to _templateCache
PresentationFramework (1)
System\Windows\Controls\ContentPresenter.cs (1)
579
set {
_templateCache
= (DataTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
System\Windows\Controls\ContentPresenter.cs (2)
578
get { return
_templateCache
; }
794
get { return
_templateCache
; }