5 references to BottomlessFormatter
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
424FlowDocumentFormatter formatter = owner.Document.BottomlessFormatter;
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
364_formatter = _document.BottomlessFormatter; 368Invariant.Assert(_formatter == _document.BottomlessFormatter);
src\Framework\MS\Internal\LayoutDump.cs (1)
562FlowDocumentPage documentPage = fdView.Document.BottomlessFormatter.DocumentPage;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
275_section.StructuralCache.BackgroundFormatInfo.BackgroundFormat(formattingOwner.BottomlessFormatter, false /* ignoreThrottle */);