1 write to _topTailHeight
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
697
_topTailHeight
= markerGeometry.Children[0].Bounds.Height;
2 references to _topTailHeight
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
385
double desiredBodyHeight = markerRect.Height - MarkerVerticalSpace - _bottomTailHeight -
_topTailHeight
;
394
TranslateTransform bodyOffset = new TranslateTransform(markerRect.X, markerRect.Y +
_topTailHeight
+ MarkerVerticalSpace);