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