1 instantiation of InlineObjectRun
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\LineBase.cs (1)
326run = 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)
312if (run is InlineObjectRun) 314inlineObjects.Add(new InlineObject(dcpRun, ((InlineObjectRun)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph)); 358internal Size MeasureChild(InlineObjectRun inlineObject) 420if (run is InlineObjectRun) 422InlineObjectRun inlineObject = (InlineObjectRun)run; 982if (textSpan.Value is InlineObjectRun)
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
241internal Size MeasureChild(InlineObjectRun inlineObject)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1374internal Size MeasureChild(InlineObjectRun inlineObject)