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