1 instantiation of InlineObjectRun
PresentationFramework (1)
MS\Internal\PtsHost\LineBase.cs (1)
310
run = new
InlineObjectRun
(TextContainerHelper.EmbeddedObjectLength, (UIElement)embeddedObject, textProps, _paraClient.Paragraph as TextParagraph);
7 references to InlineObjectRun
PresentationFramework (7)
MS\Internal\PtsHost\Line.cs (5)
291
if (run is
InlineObjectRun
)
293
inlineObjects.Add(new InlineObject(dcpRun, ((
InlineObjectRun
)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph));
337
internal Size MeasureChild(
InlineObjectRun
inlineObject)
399
if (run is
InlineObjectRun
inlineObject)
960
if (textSpan.Value is
InlineObjectRun
)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
221
internal Size MeasureChild(
InlineObjectRun
inlineObject)
MS\Internal\PtsHost\TextParagraph.cs (1)
1336
internal Size MeasureChild(
InlineObjectRun
inlineObject)