8 references to Format
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (8)
1530line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1695line.Format(metrics.Offset, formatWidth, width, lineProperties, new TextRunCache(), formatter); 1842line.Format(metrics.Offset, formatWidth, width, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2222line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2373line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2451line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2484line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter); 2529line.Format(lineOffset, constraintWidth, constraintWidth, lineProperties, _cache.TextRunCache, _cache.TextFormatter);