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