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