3 writes to _leftMarker
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
83_leftMarker = null; 230_leftMarker = CreateMarker(GetMarkerGeometry()); 481_leftMarker = null;
3 references to _leftMarker
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
477if (_leftMarker != null) 478Children.Remove(_leftMarker); 688SetMarkerTransform(_leftMarker, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);