2 references to SetMarkerTransform
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
688
SetMarkerTransform
(_leftMarker, start, null, startFlowDirection == FlowDirection.LeftToRight ? 1 : -1);
689
SetMarkerTransform
(_rightMarker, end, start, endFlowDirection == FlowDirection.LeftToRight ? -1 : 1);