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