2 writes to _glyphOffsets
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
380_glyphOffsets = glyphOffsets; 1168_glyphOffsets = value;
16 references to _glyphOffsets
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (16)
1161return _glyphOffsets; 1219if (_glyphOffsets == null || _glyphOffsets.Count == 0) 1221return _glyphOffsets[i]; 1924if (_glyphOffsets != null && _glyphOffsets.Count != 0) 1988if (_glyphOffsets != null && _glyphOffsets.Count != 0) 1996pOffsets[2*i] = (float)_glyphOffsets[i].X; 1997pOffsets[2*i+1] = (float)_glyphOffsets[i].Y; 2005float x = (float)_glyphOffsets[i].X; 2006float y = (float)_glyphOffsets[i].Y; 2032if (_glyphOffsets != null && _glyphOffsets.Count != 0) 2353(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),