show pop up when is mouse over image control
I would like show pop up when is mouse over the image control. So I create control template, it look like this: <ControlTemplate x:Key="AvatarImageTemplate" TargetType="{x:Type Image}"> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition></ColumnDefinition> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition></RowDefinition> <RowDefinition></RowDefinition> </Grid.RowDefinitions> <HERE I WANT IMAGE SOURCE Grid.Row="0"/> <Popup IsOpen="False" Name="OponentImagePopUp" AllowsTransparency="True" PopupAnimation="Slide" HorizontalOffset="-35" VerticalOffset="0" Grid.Row="1"> <Border