1 write to _templateCache
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
546set { _templateCache = (ControlTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
532get { return _templateCache; } 545get { return _templateCache; }