1 write to _bottomTailHeight
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
695
_bottomTailHeight
= markerGeometry.Children[2].Bounds.Height;
2 references to _bottomTailHeight
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
378
double desiredBodyHeight = markerRect.Height - MarkerVerticalSpace -
_bottomTailHeight
- _topTailHeight;
396
TranslateTransform bottomOffset = new TranslateTransform(markerRect.X, markerRect.Bottom -
_bottomTailHeight
);