25 writes to LineFormatLengthTarget
PresentationFramework (25)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
1330
LineFormatLengthTarget
= -1;
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (23)
700
ctx.
LineFormatLengthTarget
= dcpLim - dcpLine;
1228
ctx.
LineFormatLengthTarget
= dcpLim - dcpLine;
1871
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
1973
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
2326
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
2437
ctx.
LineFormatLengthTarget
= elemDesc.dcpLim - elemDesc.dcpFirst;
2663
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
2792
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
2875
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3046
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
3166
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3296
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
3372
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3439
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
3501
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3546
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3603
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
3913
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
3982
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
4095
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
4226
ctx.
LineFormatLengthTarget
= lineDesc.dcpLim - lineDesc.dcpFirst;
4295
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
4439
ctx.
LineFormatLengthTarget
= element.dcpLim - element.dcpFirst;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
550
ctx.
LineFormatLengthTarget
= dcpLineIn;
2 references to LineFormatLengthTarget
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
290
if(ctx.
LineFormatLengthTarget
== -1)
296
_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.
LineFormatLengthTarget
, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache);