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