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