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)
54
if (
_ptsContext
!= null)
56
PtsCache.ReleaseContext(
_ptsContext
);
186
if (_section != null && !
_ptsContext
.Disposed)
211
return
_ptsContext
!= null;
283
return
_ptsContext
;
477
if (
_ptsContext
== null)
481
_textFormatterHost = new TextFormatterHost(
_ptsContext
.TextFormatter, textFormattingMode, _owner.PixelsPerDip);