1 write to _ptsContext
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
480_ptsContext = new PtsContext(true, textFormattingMode);
7 references to _ptsContext
PresentationFramework (7)
MS\Internal\PtsHost\StructuralCache.cs (7)
54if (_ptsContext != null) 56PtsCache.ReleaseContext(_ptsContext); 186if (_section != null && !_ptsContext.Disposed) 211return _ptsContext != null; 283return _ptsContext; 477if (_ptsContext == null) 481_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);