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