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