8 references to _glyphRunOrigin
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
115context.PushGuidelineY1(_glyphRunOrigin.Y); 140designRect.Offset(_glyphRunOrigin.X, _glyphRunOrigin.Y); 190_glyphRunOrigin.X = OriginX; 192_glyphRunOrigin.X = leftToRight ? 0 : alignmentRect.Width; 195_glyphRunOrigin.Y = OriginY; 197_glyphRunOrigin.Y = -alignmentRect.Y; 201_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);