1 instantiation of TextFormatterHost
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
488
_textFormatterHost = new
TextFormatterHost
(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);
8 references to TextFormatterHost
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (2)
60
internal Line(
TextFormatterHost
host, TextParaClient paraClient, int cpPara) : base(paraClient)
1247
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\ListMarkerLine.cs (2)
38
internal ListMarkerLine(
TextFormatterHost
host, ListParaClient paraClient) : base(paraClient)
132
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\OptimalTextSource.cs (2)
66
internal OptimalTextSource(
TextFormatterHost
host, int cpPara, int durTrack, TextParaClient paraClient, TextRunCache runCache) : base(paraClient)
253
private readonly
TextFormatterHost
_host;
MS\Internal\PtsHost\StructuralCache.cs (2)
307
internal
TextFormatterHost
TextFormatterHost
544
private
TextFormatterHost
_textFormatterHost;