Silverlight 4 - Am I using TransformToVisual() correctly?
I have just started to play around with Silverlight and I decided to do a small app in Visual Studio 2010. I am trying to find the current position of a usercontrol in a Canvas. Here is the XAML layout: <Grid x:Name="LayoutRoot" Background="#FF141313"> <Grid.RowDefinitions> <RowDefinition Height="39"/> <RowDefinition...