2 writes to Para
PresentationFramework (2)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
80
Para
= para;
89
Para
= null;
13 references to Para
PresentationFramework (13)
MS\Internal\PtsHost\EmbeddedObject.cs (3)
88
Para
.Dispose();
106
Para
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
116
return
Para
.Element;
MS\Internal\PtsHost\PtsContext.cs (1)
144
if (attachedObject.
Para
== obj)
MS\Internal\PtsHost\PtsHost.cs (4)
1969
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
1977
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
2084
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
2092
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
MS\Internal\PtsHost\TextParagraph.cs (5)
1144
_attachedObjects[index].
Para
.ClearUpdateInfo();
1211
BaseParagraph attachedObjectPara = _attachedObjects[index].
Para
;
1235
_attachedObjects[index].
Para
.InvalidateFormatCache();
1383
int startContentPosition = attachedObject.
Para
.ParagraphStartCharacterPosition;
1384
int paraCch = attachedObject.
Para
.Cch;