2 types derived from TextEmbeddedObject
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
26
internal sealed class InlineObjectRun :
TextEmbeddedObject
MS\Internal\Text\InlineObject.cs (1)
20
internal sealed class InlineObject:
TextEmbeddedObject
6 references to TextEmbeddedObject
PresentationCore (6)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
2360
TextEmbeddedObject
textObject = lsrun.TextRun as
TextEmbeddedObject
;
2455
TextEmbeddedObject
textObject = lsrun.TextRun as
TextEmbeddedObject
;
MS\Internal\TextFormatting\TextProperties.cs (1)
402
if (textRun is
TextEmbeddedObject
)
MS\Internal\TextFormatting\TextStore.cs (1)
2320
TextEmbeddedObject
textObject,