1 instantiation of FigureObject
PresentationFramework (1)
MS\Internal\PtsHost\TextParagraph.cs (1)
963
FigureObject figureObject = new
FigureObject
(textPointerContentStart.GetOffsetToPosition(textElement.ElementStart), figurePara);
3 references to FigureObject
PresentationFramework (3)
MS\Internal\PtsHost\PtsHost.cs (2)
1968
if (attachedObjects[objectIndex] is
FigureObject
figureObject)
2083
if (attachedObjects[objectIndex] is
FigureObject
figureObject)
MS\Internal\PtsHost\TextParagraph.cs (1)
963
FigureObject
figureObject = new FigureObject(textPointerContentStart.GetOffsetToPosition(textElement.ElementStart), figurePara);