2 overrides of Format
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
55public override TextEmbeddedObjectMetrics Format(double remainingParagraphWidth)
src\Framework\MS\Internal\Text\InlineObject.cs (1)
51public override TextEmbeddedObjectMetrics Format(double remainingParagraphWidth)
1 reference to Format
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
2373metrics = textObject.Format(_settings.Formatter.IdealToReal(widthLeft, _settings.TextSource.PixelsPerDip));