1 instantiation of InlineObjectRun
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
326
run = new
InlineObjectRun
(TextContainerHelper.EmbeddedObjectLength, (UIElement)embeddedObject, textProps, _paraClient.Paragraph as TextParagraph);
9 references to InlineObjectRun
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\Line.cs (7)
312
if (run is
InlineObjectRun
)
314
inlineObjects.Add(new InlineObject(dcpRun, ((
InlineObjectRun
)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph));
358
internal Size MeasureChild(
InlineObjectRun
inlineObject)
420
if (run is
InlineObjectRun
)
422
InlineObjectRun
inlineObject = (
InlineObjectRun
)run;
982
if (textSpan.Value is
InlineObjectRun
)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
241
internal Size MeasureChild(
InlineObjectRun
inlineObject)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1374
internal Size MeasureChild(
InlineObjectRun
inlineObject)