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)
421BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
MS\Internal\Documents\TextDocumentView.cs (1)
3287BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\StructuralCache.cs (2)
390internal BackgroundFormatInfo BackgroundFormatInfo 584private BackgroundFormatInfo _backgroundFormatInfo;
MS\Internal\PtsHost\TextParagraph.cs (2)
287BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 289if (!BackgroundFormatInfo.IsBackgroundFormatEnabled)