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