1 write to _dpFromPath
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
86
_dpFromPath
= new DPFromPath();
7 references to _dpFromPath
PresentationFramework (7)
MS\Internal\Data\LiveShapingList.cs (7)
103
get { return
_dpFromPath
; }
113
_dpFromPath
.BeginReset();
124
_compInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
146
_sortInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
167
_filterInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
211
_groupInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
219
_dpFromPath
.EndReset();