1 write to _topTailHeight
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
718_topTailHeight = markerGeometry.Children[0].Bounds.Height;
2 references to _topTailHeight
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
400double desiredBodyHeight = markerRect.Height - MarkerVerticalSpace - _bottomTailHeight - _topTailHeight; 409TranslateTransform bodyOffset = new TranslateTransform(markerRect.X, markerRect.Y + _topTailHeight + MarkerVerticalSpace);