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