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