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