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