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)
63
internal Line(
TextFormatterHost
host, TextParaClient paraClient, int cpPara) : base(paraClient)
1255
private readonly
TextFormatterHost
_host;
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (2)
41
internal ListMarkerLine(
TextFormatterHost
host, ListParaClient paraClient) : base(paraClient)
136
private readonly
TextFormatterHost
_host;
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (2)
70
internal OptimalTextSource(
TextFormatterHost
host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient)
257
private readonly
TextFormatterHost
_host;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
311
internal
TextFormatterHost
TextFormatterHost
548
private
TextFormatterHost
_textFormatterHost;