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