2 changed files
Shell | ||
ImageListEx.cs | ||
ToolTip.xaml | ||
Add comment 42 <RowDefinition Height="25"></RowDefinition>
Add comment 43 <RowDefinition Height="25"></RowDefinition>
Add comment 44 </Grid.RowDefinitions>
Add comment 45 Minus <Image Grid.Row="0" Grid.ColumnSpan="2" Stretch="None" x:Name="imgIconImage" SizeChanged="ImgIconImage_OnSizeChanged" Source="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=DataContext.Image, IsAsync=True}"></Image>
Add comment 45 Plus <Image Grid.Row="0" Margin="2,2,2,0" Grid.ColumnSpan="2" Stretch="None" x:Name="imgIconImage" SizeChanged="ImgIconImage_OnSizeChanged" Source="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=DataContext.Image, IsAsync=True}"></Image>
Add comment 46 <Stars:Rating Grid.Row="1" Grid.Column="0" Height="18" Width="100" RatingItemLimit="5" HorizontalAlignment="Left" Margin="5,5,0,0"
Add comment 47 RatingItemMouseDownColor="Transparent"
Add comment 48 RatingValue="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=DataContext.Rating, IsAsync=True}">