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