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)
106get { 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();