2 types derived from TextEmbeddedObject
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
25
internal sealed class InlineObjectRun :
TextEmbeddedObject
MS\Internal\Text\InlineObject.cs (1)
19
internal sealed class InlineObject:
TextEmbeddedObject
6 references to TextEmbeddedObject
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
2359
TextEmbeddedObject
textObject = lsrun.TextRun as
TextEmbeddedObject
;
2454
TextEmbeddedObject
textObject = lsrun.TextRun as
TextEmbeddedObject
;
MS\Internal\TextFormatting\TextProperties.cs (1)
401
if (textRun is
TextEmbeddedObject
)
MS\Internal\TextFormatting\TextStore.cs (1)
2319
TextEmbeddedObject
textObject,