8 references to _glyphRunOrigin
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
114context.PushGuidelineY1(_glyphRunOrigin.Y); 139designRect.Offset(_glyphRunOrigin.X, _glyphRunOrigin.Y); 189_glyphRunOrigin.X = OriginX; 191_glyphRunOrigin.X = leftToRight ? 0 : alignmentRect.Width; 194_glyphRunOrigin.Y = OriginY; 196_glyphRunOrigin.Y = -alignmentRect.Y; 200_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);