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)
55
if (
_ptsContext
!= null)
57
PtsCache.ReleaseContext(
_ptsContext
);
187
if (_section != null && !
_ptsContext
.Disposed)
212
return
_ptsContext
!= null;
284
return
_ptsContext
;
478
if (
_ptsContext
== null)
482
_textFormatterHost = new TextFormatterHost(
_ptsContext
.TextFormatter, textFormattingMode, _owner.PixelsPerDip);