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