1 write to _templateCache
PresentationFramework (1)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
581set { _templateCache = (DataTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\ContentPresenter.cs (2)
580get { return _templateCache; } 796get { return _templateCache; }