2 types derived from TextEmbeddedObject
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
32internal sealed class InlineObjectRun : TextEmbeddedObject
src\Framework\MS\Internal\Text\InlineObject.cs (1)
27internal sealed class InlineObject: TextEmbeddedObject
6 references to TextEmbeddedObject
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
2547TextEmbeddedObject textObject = lsrun.TextRun as TextEmbeddedObject; 2644TextEmbeddedObject textObject = lsrun.TextRun as TextEmbeddedObject;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
410if (textRun is TextEmbeddedObject)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
2345TextEmbeddedObject textObject,