1 instantiation of BackgroundFormatInfo
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
54_backgroundFormatInfo = new BackgroundFormatInfo(this);
6 references to BackgroundFormatInfo
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
423BackgroundFormatInfo backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3296BackgroundFormatInfo backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
394internal BackgroundFormatInfo BackgroundFormatInfo 588private BackgroundFormatInfo _backgroundFormatInfo;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
293BackgroundFormatInfo backgroundFormatInfo = StructuralCache.BackgroundFormatInfo; 295if (!BackgroundFormatInfo.IsBackgroundFormatEnabled)