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)
65
if (
_ptsContext
!= null)
67
PtsCache.ReleaseContext(
_ptsContext
);
197
if (_section != null && !
_ptsContext
.Disposed)
222
return
_ptsContext
!= null;
294
return
_ptsContext
;
488
if (
_ptsContext
== null)
492
_textFormatterHost = new TextFormatterHost(
_ptsContext
.TextFormatter, textFormattingMode, _owner.PixelsPerDip);