8 references to _glyphRunOrigin
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
129context.PushGuidelineY1(_glyphRunOrigin.Y); 154designRect.Offset(_glyphRunOrigin.X, _glyphRunOrigin.Y); 204_glyphRunOrigin.X = OriginX; 206_glyphRunOrigin.X = leftToRight ? 0 : alignmentRect.Width; 209_glyphRunOrigin.Y = OriginY; 211_glyphRunOrigin.Y = -alignmentRect.Y; 215_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);