3 writes to _rightMarker
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
84_rightMarker = null; 232_rightMarker = CreateMarker(GetMarkerGeometry()); 482_rightMarker = null;
3 references to _rightMarker
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
479if (_rightMarker != null) 480Children.Remove(_rightMarker); 689SetMarkerTransform(_rightMarker, end, start, endFlowDirection == FlowDirection.LeftToRight ? -1 : 1);