1 write to _templateCache
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
518set { _templateCache = (ControlTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
504get { return _templateCache; } 517get { return _templateCache; }