12 references to OriginX
PresentationFramework (12)
src\Framework\System\Windows\Documents\FixedHighlight.cs (3)
142designRect.Offset(g.OriginX, g.OriginY); 173designRect.X = g.OriginX - x2; 177designRect.X = g.OriginX + x1;
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
86alignmentBox.Offset(glyphs.OriginX, glyphs.OriginY);
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
431alignmentBox.Offset(glyphs.OriginX, glyphs.OriginY);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
872box1.Offset(glyph1.OriginX, glyph1.OriginY); 874box2.Offset(glyph2.OriginX, glyph2.OriginY);
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
858alignmentRect.Offset(startGlyphs.OriginX, startGlyphs.OriginY); 947box.Offset(g.OriginX, g.OriginY);
src\Framework\System\Windows\Documents\Glyphs.cs (3)
199bool haveOriginX = !DoubleUtil.IsNaN(OriginX); 207_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 218_glyphRunOrigin.X = OriginX;