8 references to Format
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxView.cs (8)
1580line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1742line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1889line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2267line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2418line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2496line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2529line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2574line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);