2 writes to _glyphOffsets
PresentationCore (2)
System\Windows\Media\GlyphRun.cs (2)
367
_glyphOffsets
= glyphOffsets;
1155
_glyphOffsets
= value;
16 references to _glyphOffsets
PresentationCore (16)
System\Windows\Media\GlyphRun.cs (16)
1148
return
_glyphOffsets
;
1206
if (
_glyphOffsets
== null ||
_glyphOffsets
.Count == 0)
1208
return
_glyphOffsets
[i];
1911
if (
_glyphOffsets
!= null &&
_glyphOffsets
.Count != 0)
1975
if (
_glyphOffsets
!= null &&
_glyphOffsets
.Count != 0)
1983
pOffsets[2*i] = (float)
_glyphOffsets
[i].X;
1984
pOffsets[2*i+1] = (float)
_glyphOffsets
[i].Y;
1992
float x = (float)
_glyphOffsets
[i].X;
1993
float y = (float)
_glyphOffsets
[i].Y;
2019
if (
_glyphOffsets
!= null &&
_glyphOffsets
.Count != 0)
2340
(
_glyphOffsets
== null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize,
_glyphOffsets
)))),