1 write to _ptsContext
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
491_ptsContext = new PtsContext(true, textFormattingMode);
7 references to _ptsContext
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (7)
65if (_ptsContext != null) 67PtsCache.ReleaseContext(_ptsContext); 197if (_section != null && !_ptsContext.Disposed) 222return _ptsContext != null; 294return _ptsContext; 488if (_ptsContext == null) 492_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode, _owner.PixelsPerDip);