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