1 instantiation of TextFormatterHost
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
482_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);
8 references to TextFormatterHost
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (2)
54internal Line(TextFormatterHost host, TextParaClient paraClient, int cpPara) : base(paraClient) 1241private readonly TextFormatterHost _host;
MS\Internal\PtsHost\ListMarkerLine.cs (2)
31internal ListMarkerLine(TextFormatterHost host, ListParaClient paraClient) : base(paraClient) 125private readonly TextFormatterHost _host;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
59internal OptimalTextSource(TextFormatterHost host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient) 246private readonly TextFormatterHost _host;
MS\Internal\PtsHost\StructuralCache.cs (2)
301internal TextFormatterHost TextFormatterHost 538private TextFormatterHost _textFormatterHost;