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