More ReSharper suggestions

This commit is contained in:
2015-11-02 21:21:57 -05:00
parent d8d7a9b5ba
commit 87c218de3c
32 changed files with 475 additions and 584 deletions

View File

@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:Properties="clr-namespace:FeedCenter.Properties"
xmlns:properties="clr-namespace:FeedCenter.Properties"
mc:Ignorable="d"
Title="Splash"
WindowStartupLocation="CenterScreen"
@@ -21,9 +21,8 @@
BorderBrush="{x:Static SystemColors.ActiveBorderBrush}"
Padding="3">
<DockPanel LastChildFill="True">
<Label Content="{x:Static Properties:Resources.ApplicationDisplayName}"
<Label Content="{x:Static properties:Resources.ApplicationDisplayName}"
Padding="0"
Name="lblApplicationName"
VerticalAlignment="Top"
FontSize="20"
FontWeight="Bold"
@@ -32,18 +31,18 @@
DockPanel.Dock="Top" />
<Label Content="*Version"
Padding="0,3,0,0"
Name="lblVersion"
Name="VersionLabel"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center"
DockPanel.Dock="Top" />
<ProgressBar Name="progressBar"
<ProgressBar Name="ProgressBar"
VerticalAlignment="Bottom"
Height="16"
DockPanel.Dock="Bottom"
Margin="5,0,5,5" />
<Label Content="*Status"
Height="35"
Name="lblStatus"
Name="StatusLabel"
DockPanel.Dock="Bottom"
VerticalContentAlignment="Bottom"
Margin="5,0,5,0"