I saw in this post a solution that fits exactly my needs https://stackoverflow.com/a/8858815/1462911.
But I don't really know how to properly implement it.
I have for now a PositionConverter which converts coordinates in Strings but i'd like to pass through its parameter the ActualWidth of its Parent (a Canvas).
Does my ConverterHelper have to implement IValueConverter and DependencyObject or just DependencyObject?
I'm a bit lost....