3 references to VerticalAlignmentOffset
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
1852
double verticalOffset = this.
VerticalAlignmentOffset
;
2016
point.Y -= this.
VerticalAlignmentOffset
;
2034
rect.Y += this.
VerticalAlignmentOffset
;