6 references to EmbeddedObjectLength
PresentationFramework (6)
MS\Internal\PtsHost\LineBase.cs (2)
321
run = new InlineObjectRun(TextContainerHelper.
EmbeddedObjectLength
, (UIElement)embeddedObject, textProps, _paraClient.Paragraph as TextParagraph);
326
run = new TextHidden(TextContainerHelper.
EmbeddedObjectLength
);
MS\Internal\Text\ComplexLine.cs (1)
538
run = new InlineObject(dcp, TextContainerHelper.
EmbeddedObjectLength
, (UIElement)element, textProps, _owner);
System\Windows\Documents\FlowDocument.cs (3)
964
childEnd.MoveByOffset(TextContainerHelper.
EmbeddedObjectLength
);
967
DirtyTextRange dtr = new DirtyTextRange(childStartIndex, TextContainerHelper.
EmbeddedObjectLength
, TextContainerHelper.
EmbeddedObjectLength
);