2 writes to Para
PresentationFramework (2)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
81
Para
= para;
90
Para
= null;
13 references to Para
PresentationFramework (13)
MS\Internal\PtsHost\EmbeddedObject.cs (3)
89
Para
.Dispose();
107
Para
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
117
return
Para
.Element;
MS\Internal\PtsHost\PtsContext.cs (1)
145
if (attachedObject.
Para
== obj)
MS\Internal\PtsHost\PtsHost.cs (4)
1970
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
1978
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
2085
rgnmpAttachedObject[objectIndex] = figureObject.
Para
.Handle;
2093
rgnmpAttachedObject[objectIndex] = floaterObject.
Para
.Handle;
MS\Internal\PtsHost\TextParagraph.cs (5)
1145
_attachedObjects[index].
Para
.ClearUpdateInfo();
1212
BaseParagraph attachedObjectPara = _attachedObjects[index].
Para
;
1236
_attachedObjects[index].
Para
.InvalidateFormatCache();
1384
int startContentPosition = attachedObject.
Para
.ParagraphStartCharacterPosition;
1385
int paraCch = attachedObject.
Para
.Cch;