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)
423
BackgroundFormatInfo
backgroundFormatInfo = owner.Document.StructuralCache.BackgroundFormatInfo;
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
3296
BackgroundFormatInfo
backgroundFormatInfo = _owner.StructuralCache.BackgroundFormatInfo;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
394
internal
BackgroundFormatInfo
BackgroundFormatInfo
588
private
BackgroundFormatInfo
_backgroundFormatInfo;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
293
BackgroundFormatInfo
backgroundFormatInfo = StructuralCache.BackgroundFormatInfo;
295
if (!
BackgroundFormatInfo
.IsBackgroundFormatEnabled)