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