1 instantiation of BackgroundFormatInfo
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
44
_backgroundFormatInfo = new
BackgroundFormatInfo
(this);
6 references to BackgroundFormatInfo
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
419
BackgroundFormatInfo
backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
MS\Internal\Documents\TextDocumentView.cs (1)
3250
BackgroundFormatInfo
backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\StructuralCache.cs (2)
384
internal
BackgroundFormatInfo
BackgroundFormatInfo
578
private
BackgroundFormatInfo
_backgroundFormatInfo;
MS\Internal\PtsHost\TextParagraph.cs (2)
269
BackgroundFormatInfo
backgroundFormatInfo = StructuralCache.BackgroundFormatInfo;
271
if (!
BackgroundFormatInfo
.IsBackgroundFormatEnabled)