8 references to _glyphRunOrigin
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
116context.PushGuidelineY1(_glyphRunOrigin.Y); 141designRect.Offset(_glyphRunOrigin.X, _glyphRunOrigin.Y); 191_glyphRunOrigin.X = OriginX; 193_glyphRunOrigin.X = leftToRight ? 0 : alignmentRect.Width; 196_glyphRunOrigin.Y = OriginY; 198_glyphRunOrigin.Y = -alignmentRect.Y; 202_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);