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