1 write to _templateCache
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
112set { _templateCache = (ItemsPanelTemplate)value; }
2 references to _templateCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (2)
111get { return _templateCache; } 134get { return _templateCache; }