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)
462if (_leftMarker != null) 463Children.Remove(_leftMarker); 667SetMarkerTransform(_leftMarker, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);