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