1 instantiation of BackgroundFormatInfo
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
43_backgroundFormatInfo = new BackgroundFormatInfo(this);
6 references to BackgroundFormatInfo
PresentationFramework (6)
MS\Internal\Documents\DocumentPageTextView.cs (1)
418BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
MS\Internal\Documents\TextDocumentView.cs (1)
3240BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
MS\Internal\PtsHost\StructuralCache.cs (2)
383internal BackgroundFormatInfo BackgroundFormatInfo 577private BackgroundFormatInfo _backgroundFormatInfo;
MS\Internal\PtsHost\TextParagraph.cs (2)
268BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 270if (!BackgroundFormatInfo.IsBackgroundFormatEnabled)