1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
52
_owner
= owner;
3 references to _owner
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (3)
91
_owner
.InitializeForFirstFormatting();
258
return
_owner
;
492
_textFormatterHost = new TextFormatterHost(_ptsContext.TextFormatter, textFormattingMode,
_owner
.PixelsPerDip);