1 write to _templateCache
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
106set { _templateCache = (ItemsPanelTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
System\Windows\Controls\ItemsPresenter.cs (2)
105get { return _templateCache; } 128get { return _templateCache; }