2 writes to Para
PresentationFramework (2)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
82
Para
= para;
91
Para
= null;
13 references to Para
PresentationFramework (13)
MS\Internal\PtsHost\EmbeddedObject.cs (3)
90
Para
.Dispose();
108
Para
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
118
return
Para
.Element;
MS\Internal\PtsHost\PtsContext.cs (1)
148
if (attachedObject.
Para
== obj)
MS\Internal\PtsHost\PtsHost.cs (4)
1990
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
1998
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
2107
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
2115
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
MS\Internal\PtsHost\TextParagraph.cs (5)
1174
_attachedObjects[index].
Para
.ClearUpdateInfo();
1241
BaseParagraph attachedObjectPara = _attachedObjects[index].
Para
;
1265
_attachedObjects[index].
Para
.InvalidateFormatCache();
1413
int startContentPosition = attachedObject.
Para
.ParagraphStartCharacterPosition;
1414
int paraCch = attachedObject.
Para
.Cch;