2 writes to _documentFormatContext
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
689
_owner.
_documentFormatContext
= this;
697
_owner.
_documentFormatContext
= null;
1 reference to _documentFormatContext
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
301
internal DocumentFormatContext CurrentFormatContext { get { return
_documentFormatContext
; } }