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