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)
45internal Line(TextFormatterHost host, TextParaClient paraClient, int cpPara) : base(paraClient) 1228private readonly TextFormatterHost _host;
MS\Internal\PtsHost\ListMarkerLine.cs (2)
30internal ListMarkerLine(TextFormatterHost host, ListParaClient paraClient) : base(paraClient) 124private readonly TextFormatterHost _host;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
50internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient) 237private readonly TextFormatterHost _host;
MS\Internal\PtsHost\StructuralCache.cs (2)
300internal TextFormatterHost TextFormatterHost 537private TextFormatterHost _textFormatterHost;