3 writes to _leftMarker
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
70
_leftMarker
= null;
215
_leftMarker
= CreateMarker(GetMarkerGeometry());
460
_leftMarker
= null;
3 references to _leftMarker
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
456
if (
_leftMarker
!= null)
457
Children.Remove(
_leftMarker
);
661
SetMarkerTransform(
_leftMarker
, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);