2 overrides of Format
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
49public override TextEmbeddedObjectMetrics Format(double remainingParagraphWidth)
MS\Internal\Text\InlineObject.cs (1)
44public override TextEmbeddedObjectMetrics Format(double remainingParagraphWidth)
1 reference to Format
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
2348metrics = textObject.Format(_settings.Formatter.IdealToReal(widthLeft, _settings.TextSource.PixelsPerDip));