3 references to VerticalAlignmentOffset
PresentationFramework (3)
MS\Internal\Documents\TextBoxView.cs (3)
1811
double verticalOffset = this.
VerticalAlignmentOffset
;
1977
point.Y -= this.
VerticalAlignmentOffset
;
1995
rect.Y += this.
VerticalAlignmentOffset
;