1 write to _templateCache
PresentationFramework (1)
src\Framework\System\Windows\Controls\Control.cs (1)
436set { _templateCache = (ControlTemplate) value; }
2 references to _templateCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\Control.cs (2)
422get { return _templateCache; } 435get { return _templateCache; }