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