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