1 write to _dpFromPath
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
89
_dpFromPath
= new DPFromPath();
7 references to _dpFromPath
PresentationFramework (7)
src\Framework\MS\Internal\Data\LiveShapingList.cs (7)
106
get { return
_dpFromPath
; }
116
_dpFromPath
.BeginReset();
127
_compInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
149
_sortInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
170
_filterInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
214
_groupInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
222
_dpFromPath
.EndReset();