1 instantiation of InlineObjectRun
PresentationFramework (1)
MS\Internal\PtsHost\LineBase.cs (1)
311
run = new
InlineObjectRun
(TextContainerHelper.EmbeddedObjectLength, (UIElement)embeddedObject, textProps, _paraClient.Paragraph as TextParagraph);
7 references to InlineObjectRun
PresentationFramework (7)
MS\Internal\PtsHost\Line.cs (5)
295
if (run is
InlineObjectRun
)
297
inlineObjects.Add(new InlineObject(dcpRun, ((
InlineObjectRun
)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph));
341
internal Size MeasureChild(
InlineObjectRun
inlineObject)
403
if (run is
InlineObjectRun
inlineObject)
964
if (textSpan.Value is
InlineObjectRun
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
222
internal Size MeasureChild(
InlineObjectRun
inlineObject)
MS\Internal\PtsHost\TextParagraph.cs (1)
1337
internal Size MeasureChild(
InlineObjectRun
inlineObject)