1 instantiation of FigureObject
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
997
FigureObject figureObject = new
FigureObject
(textPointerContentStart.GetOffsetToPosition(textElement.ElementStart), figurePara);
7 references to FigureObject
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (6)
2065
if(attachedObjects[objectIndex] is
FigureObject
)
2067
FigureObject
figureObject = (
FigureObject
) attachedObjects[objectIndex];
2188
if(attachedObjects[objectIndex] is
FigureObject
)
2190
FigureObject
figureObject = (
FigureObject
) attachedObjects[objectIndex];
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
997
FigureObject
figureObject = new FigureObject(textPointerContentStart.GetOffsetToPosition(textElement.ElementStart), figurePara);