1 write to _ptsContext
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
481_ptsContext = new PtsContext(true, textFormattingMode);
7 references to _ptsContext
PresentationFramework (7)
MS\Internal\PtsHost\StructuralCache.cs (7)
55if (_ptsContext != null) 57PtsCache.ReleaseContext(_ptsContext); 187if (_section != null && !_ptsContext.Disposed) 212return _ptsContext != null; 284return _ptsContext; 478if (_ptsContext == null) 482_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);