1 write to _dpFromPath
PresentationFramework (1)
MS\Internal\Data\LiveShapingList.cs (1)
82
_dpFromPath
= new DPFromPath();
7 references to _dpFromPath
PresentationFramework (7)
MS\Internal\Data\LiveShapingList.cs (7)
99
get { return
_dpFromPath
; }
109
_dpFromPath
.BeginReset();
120
_compInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
142
_sortInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
163
_filterInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
207
_groupInfos[k] = new LivePropertyInfo(path,
_dpFromPath
.GetDP(path));
215
_dpFromPath
.EndReset();