3 writes to Dcp
PresentationFramework (3)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
31
Dcp
= dcp;
107
Dcp
= newAttachedObject.Dcp;
MS\Internal\PtsHost\TextParagraph.cs (1)
1696
objectsCached[last].
Dcp
+= cchDiff;
14 references to Dcp
PresentationFramework (14)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
107
Dcp = newAttachedObject.
Dcp
;
MS\Internal\PtsHost\PtsHost.cs (4)
1991
rgdcpAnchor[objectIndex] = figureObject.
Dcp
;
1999
rgdcpAnchor[objectIndex] = floaterObject.
Dcp
;
2108
rgdcpAnchor[objectIndex] = figureObject.
Dcp
;
2116
rgdcpAnchor[objectIndex] = floaterObject.
Dcp
;
MS\Internal\PtsHost\TextParagraph.cs (9)
1091
if (obj.
Dcp
>= dcpStart && obj.
Dcp
< dcpLast)
1095
else if (obj.
Dcp
>= dcpLast)
1553
ErrorHandler.Assert(objectsNew == null || (objectsNew[0].
Dcp
>= dcpStart && objectsNew[objectsNew.Count-1].
Dcp
<= dcpLim), ErrorHandler.SubmitInvalidList);
1568
while (end > 0 && objectsCached[end-1].
Dcp
>= dcpLim) --end;
1570
while (start > 0 && objectsCached[start-1].
Dcp
>= dcpStart) --start;
1673
while (first < objectsCached.Count && objectsCached[first].
Dcp
< dcpStart)
1678
while (last < objectsCached.Count && objectsCached[last].
Dcp
< dcpStart + cchDeleted)