私は私の.xamlページを高速化&を清掃についてだったが、私は本当に必要とこれの何が重要かわからない:クリーンアップPhoneApplicationPage
<phone:PhoneApplicationPage
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
FontFamily="{StaticResource PhoneFontFamilyNormal}"
FontSize="{StaticResource PhoneFontSizeNormal}"
SupportedOrientations="Portrait" Orientation="Portrait"
mc:Ignorable="d" d:DesignHeight="696" d:DesignWidth="480">
は、すでに私は合併症なしに削除することができます知っていたものを削除。
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
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"
mc:Ignorable="d" d:DesignHeight="696" d:DesignWidth="480">
感謝:
イムは、これらの部品がためのものです何woundering!
あなたが削除できるものについては、ページ上の内容に完全に依存します。 –
5つのマークアウトされた表現が何であるか説明してください。私はそれらが必要かどうかを決定することができます。お気遣い – roqstr
サイドノート:Resharperを使用すると、使用されていないネームスペースが指摘されます – Vitalij