2 references to End
PresentationFramework (2)
System\Windows\Documents\FixedLineResult.cs (1)
62
return string.Create(CultureInfo.InvariantCulture, $"FLR[{Start}:{
End
}][{BaseLine}][{_layoutBox}]");
System\Windows\Documents\FixedPageStructure.cs (1)
254
FixedNode fixedEndPage = _lineResults[lineCount-1].
End
;