1 instantiation of BackgroundFormatInfo
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
50
_backgroundFormatInfo = new
BackgroundFormatInfo
(this);
6 references to BackgroundFormatInfo
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
421
BackgroundFormatInfo
backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
MS\Internal\Documents\TextDocumentView.cs (1)
3287
BackgroundFormatInfo
backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\StructuralCache.cs (2)
390
internal
BackgroundFormatInfo
BackgroundFormatInfo
584
private
BackgroundFormatInfo
_backgroundFormatInfo;
MS\Internal\PtsHost\TextParagraph.cs (2)
287
BackgroundFormatInfo
backgroundFormatInfo = StructuralCache.BackgroundFormatInfo;
289
if (!
BackgroundFormatInfo
.IsBackgroundFormatEnabled)