1 write to _dpFromPath
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
81
_dpFromPath
= new DPFromPath();
7 references to _dpFromPath
PresentationFramework (7)
MS\Internal\Data\LiveShapingList.cs (7)
98
get { return
_dpFromPath
; }
108
_dpFromPath
.BeginReset();
119
_compInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
141
_sortInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
162
_filterInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
206
_groupInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
214
_dpFromPath
.EndReset();