2 writes to _offset
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
366
_offset
= formatter.IdealToReal(_idealOffsetUnRounded, PixelsPerDip);
371
_offset
= formatter.IdealToReal(_idealOffsetUnRounded, PixelsPerDip);
1 reference to _offset
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1048
get { return
_offset
; }