2 writes to Para
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\EmbeddedObject.cs (2)
85Para = para; 94Para = null;
12 references to Para
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\EmbeddedObject.cs (3)
93Para.Dispose(); 111Para.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false); 121return Para.Element;
src\Framework\MS\Internal\PtsHost\PtsHost.cs (4)
2069rgnmpAttachedObject[objectIndex] = figureObject.Para.Handle; 2077rgnmpAttachedObject[objectIndex] = floaterObject.Para.Handle; 2192rgnmpAttachedObject[objectIndex] = figureObject.Para.Handle; 2200rgnmpAttachedObject[objectIndex] = floaterObject.Para.Handle;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (5)
1182_attachedObjects[index].Para.ClearUpdateInfo(); 1249BaseParagraph attachedObjectPara = _attachedObjects[index].Para; 1273_attachedObjects[index].Para.InvalidateFormatCache(); 1421int startContentPosition = attachedObject.Para.ParagraphStartCharacterPosition; 1422int paraCch = attachedObject.Para.Cch;