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