3 writes to _leftMarker
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
76
_leftMarker
= null;
221
_leftMarker
= CreateMarker(GetMarkerGeometry());
466
_leftMarker
= null;
3 references to _leftMarker
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
462
if (
_leftMarker
!= null)
463
Children.Remove(
_leftMarker
);
667
SetMarkerTransform(
_leftMarker
, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);