14 references to OriginX
PresentationFramework (14)
System\Windows\Documents\FixedHighlight.cs (3)
134
designRect.Offset(g.
OriginX
, g.OriginY);
165
designRect.X = g.
OriginX
- x2;
169
designRect.X = g.
OriginX
+ x1;
System\Windows\Documents\FixedPage.cs (1)
1243
alignmentBox.Offset(glyphs.
OriginX
, glyphs.OriginY);
System\Windows\Documents\FixedPageStructure.cs (1)
385
glyphBox.Offset(glyphs.
OriginX
, glyphs.OriginY);
System\Windows\Documents\FixedSOMElement.cs (1)
79
alignmentBox.Offset(glyphs.
OriginX
, glyphs.OriginY);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
417
alignmentBox.Offset(glyphs.
OriginX
, glyphs.OriginY);
System\Windows\Documents\FixedTextBuilder.cs (2)
845
box1.Offset(glyph1.
OriginX
, glyph1.OriginY);
847
box2.Offset(glyph2.
OriginX
, glyph2.OriginY);
System\Windows\Documents\FixedTextView.cs (2)
838
alignmentRect.Offset(startGlyphs.
OriginX
, startGlyphs.OriginY);
927
box.Offset(g.
OriginX
, g.OriginY);
System\Windows\Documents\Glyphs.cs (3)
172
bool haveOriginX = !double.IsNaN(
OriginX
);
180
_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(
OriginX
,OriginY), Language);
191
_glyphRunOrigin.X =
OriginX
;