1 instantiation of TextFormatterHost
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
492_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);
8 references to TextFormatterHost
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
63internal Line(TextFormatterHost host, TextParaClient paraClient, int cpPara) : base(paraClient) 1255private readonly TextFormatterHost _host;
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (2)
41internal ListMarkerLine(TextFormatterHost host, ListParaClient paraClient) : base(paraClient) 136private readonly TextFormatterHost _host;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (2)
70internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient) 257private readonly TextFormatterHost _host;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
311internal TextFormatterHost TextFormatterHost 548private TextFormatterHost _textFormatterHost;