2 writes to _glyphOffsets
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
351_glyphOffsets = glyphOffsets; 1139_glyphOffsets = value;
16 references to _glyphOffsets
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (16)
1132return _glyphOffsets; 1190if (_glyphOffsets == null || _glyphOffsets.Count == 0) 1192return _glyphOffsets[i]; 1897if (_glyphOffsets != null && _glyphOffsets.Count != 0) 1961if (_glyphOffsets != null && _glyphOffsets.Count != 0) 1969pOffsets[2*i] = (float)_glyphOffsets[i].X; 1970pOffsets[2*i+1] = (float)_glyphOffsets[i].Y; 1978float x = (float)_glyphOffsets[i].X; 1979float y = (float)_glyphOffsets[i].Y; 2005if (_glyphOffsets != null && _glyphOffsets.Count != 0) 2326(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),