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