2 writes to _glyphOffsets
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
381_glyphOffsets = glyphOffsets; 1182_glyphOffsets = value;
16 references to _glyphOffsets
PresentationCore (16)
Core\CSharp\System\Windows\Media\GlyphRun.cs (16)
1175return _glyphOffsets; 1233if (_glyphOffsets == null || _glyphOffsets.Count == 0) 1235return _glyphOffsets[i]; 1944if (_glyphOffsets != null && _glyphOffsets.Count != 0) 2008if (_glyphOffsets != null && _glyphOffsets.Count != 0) 2016pOffsets[2*i] = (float)_glyphOffsets[i].X; 2017pOffsets[2*i+1] = (float)_glyphOffsets[i].Y; 2025float x = (float)_glyphOffsets[i].X; 2026float y = (float)_glyphOffsets[i].Y; 2053if (_glyphOffsets != null && _glyphOffsets.Count != 0) 2374(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),