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