1 instantiation of TextFormatterHost
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
481
_textFormatterHost = new
TextFormatterHost
(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);
8 references to TextFormatterHost
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (2)
45
internal Line(
TextFormatterHost
host, TextParaClient paraClient, int cpPara) : base(paraClient)
1228
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\ListMarkerLine.cs (2)
30
internal ListMarkerLine(
TextFormatterHost
host, ListParaClient paraClient) : base(paraClient)
124
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
50
internal OptimalTextSource(
TextFormatterHost
host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient)
237
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\StructuralCache.cs (2)
300
internal
TextFormatterHost
TextFormatterHost
537
private
TextFormatterHost
_textFormatterHost;