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