2 references to SetMarkerTransform
PresentationFramework (2)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
667
SetMarkerTransform
(_leftMarker, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);
668
SetMarkerTransform
(_rightMarker, end, start, endFlowDirection == FlowDirection.LeftToRight ? -1 : 1);