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