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)
419BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
MS\Internal\Documents\TextDocumentView.cs (1)
3250BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\StructuralCache.cs (2)
384internal BackgroundFormatInfo BackgroundFormatInfo 578private BackgroundFormatInfo _backgroundFormatInfo;
MS\Internal\PtsHost\TextParagraph.cs (2)
269BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 271if (!BackgroundFormatInfo.IsBackgroundFormatEnabled)