5 references to BottomlessFormatter
PresentationFramework (5)
MS\Internal\Documents\DocumentPageTextView.cs (1)
420
FlowDocumentFormatter formatter = owner.Document.
BottomlessFormatter
;
MS\Internal\Documents\FlowDocumentView.cs (2)
357
_formatter = _document.
BottomlessFormatter
;
361
Invariant.Assert(_formatter == _document.
BottomlessFormatter
);
MS\Internal\LayoutDump.cs (1)
558
FlowDocumentPage documentPage = fdView.Document.
BottomlessFormatter
.DocumentPage;
MS\Internal\PtsHost\PtsPage.cs (1)
260
_section.StructuralCache.BackgroundFormatInfo.BackgroundFormat(formattingOwner.
BottomlessFormatter
, false /* ignoreThrottle */);