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