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