2 writes to Para
PresentationFramework (2)
MS\Internal\PtsHost\EmbeddedObject.cs (2)
80Para = para; 89Para = null;
13 references to Para
PresentationFramework (13)
MS\Internal\PtsHost\EmbeddedObject.cs (3)
88Para.Dispose(); 106Para.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false); 116return Para.Element;
MS\Internal\PtsHost\PtsContext.cs (1)
144if (attachedObject.Para == obj)
MS\Internal\PtsHost\PtsHost.cs (4)
1969rgnmpAttachedObject[objectIndex] = figureObject.Para.Handle; 1977rgnmpAttachedObject[objectIndex] = floaterObject.Para.Handle; 2084rgnmpAttachedObject[objectIndex] = figureObject.Para.Handle; 2092rgnmpAttachedObject[objectIndex] = floaterObject.Para.Handle;
MS\Internal\PtsHost\TextParagraph.cs (5)
1144_attachedObjects[index].Para.ClearUpdateInfo(); 1211BaseParagraph attachedObjectPara = _attachedObjects[index].Para; 1235_attachedObjects[index].Para.InvalidateFormatCache(); 1383int startContentPosition = attachedObject.Para.ParagraphStartCharacterPosition; 1384int paraCch = attachedObject.Para.Cch;