1 instantiation of InlineObjectRun
PresentationFramework (1)
MS\Internal\PtsHost\LineBase.cs (1)
321
run = new
InlineObjectRun
(TextContainerHelper.EmbeddedObjectLength, (UIElement)embeddedObject, textProps, _paraClient.Paragraph as TextParagraph);
9 references to InlineObjectRun
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
309
if (run is
InlineObjectRun
)
311
inlineObjects.Add(new InlineObject(dcpRun, ((
InlineObjectRun
)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph));
355
internal Size MeasureChild(
InlineObjectRun
inlineObject)
417
if (run is
InlineObjectRun
)
419
InlineObjectRun
inlineObject = (
InlineObjectRun
)run;
979
if (textSpan.Value is
InlineObjectRun
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
237
internal Size MeasureChild(
InlineObjectRun
inlineObject)
MS\Internal\PtsHost\TextParagraph.cs (1)
1366
internal Size MeasureChild(
InlineObjectRun
inlineObject)