8 references to Format
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1536line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1701line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1848line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2228line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2379line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2457line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2490line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2535line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);