3 writes to Dcp
PresentationFramework (3)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
29Dcp = dcp; 105Dcp = newAttachedObject.Dcp;
MS\Internal\PtsHost\TextParagraph.cs (1)
1666objectsCached[last].Dcp += cchDiff;
14 references to Dcp
PresentationFramework (14)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
105Dcp = newAttachedObject.Dcp;
MS\Internal\PtsHost\PtsHost.cs (4)
1970rgdcpAnchor[objectIndex] = figureObject.Dcp; 1978rgdcpAnchor[objectIndex] = floaterObject.Dcp; 2085rgdcpAnchor[objectIndex] = figureObject.Dcp; 2093rgdcpAnchor[objectIndex] = floaterObject.Dcp;
MS\Internal\PtsHost\TextParagraph.cs (9)
1061if (obj.Dcp >= dcpStart && obj.Dcp < dcpLast) 1065else if (obj.Dcp >= dcpLast) 1523ErrorHandler.Assert(objectsNew == null || (objectsNew[0].Dcp >= dcpStart && objectsNew[objectsNew.Count-1].Dcp <= dcpLim), ErrorHandler.SubmitInvalidList); 1538while (end > 0 && objectsCached[end-1].Dcp >= dcpLim) --end; 1540while (start > 0 && objectsCached[start-1].Dcp >= dcpStart) --start; 1643while (first < objectsCached.Count && objectsCached[first].Dcp < dcpStart) 1648while (last < objectsCached.Count && objectsCached[last].Dcp < dcpStart + cchDeleted)