3 references to ActualLength
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
339TextParagraph.SubmitInlineObjects(dcp, dcp + ActualLength, inlineObjects);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
591int dcpDependAbsolute = ParagraphStartCharacterPosition + dcp + line.ActualLength + dcpDepend; 776int dcpDependAbsolute = ParagraphStartCharacterPosition + dcp + line.ActualLength + dcpDepend;