12 references to OriginY
PresentationFramework (12)
System\Windows\Documents\FixedHighlight.cs (1)
139designRect.Offset(g.OriginX, g.OriginY);
System\Windows\Documents\FixedPage.cs (1)
1251alignmentBox.Offset(glyphs.OriginX, glyphs.OriginY);
System\Windows\Documents\FixedPageStructure.cs (1)
391glyphBox.Offset(glyphs.OriginX, glyphs.OriginY);
System\Windows\Documents\FixedSOMElement.cs (1)
82alignmentBox.Offset(glyphs.OriginX, glyphs.OriginY);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
422alignmentBox.Offset(glyphs.OriginX, glyphs.OriginY);
System\Windows\Documents\FixedTextBuilder.cs (2)
851box1.Offset(glyph1.OriginX, glyph1.OriginY); 853box2.Offset(glyph2.OriginX, glyph2.OriginY);
System\Windows\Documents\FixedTextView.cs (2)
846alignmentRect.Offset(startGlyphs.OriginX, startGlyphs.OriginY); 935box.Offset(g.OriginX, g.OriginY);
System\Windows\Documents\Glyphs.cs (3)
186bool haveOriginY = !double.IsNaN(OriginY); 193_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 209_glyphRunOrigin.Y = OriginY;