|
1 | | -<local:GenericPullRequestCheckView |
2 | | - x:Class="GitHub.VisualStudio.Views.GitHubPane.PullRequestCheckView" |
3 | | - xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
4 | | - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
5 | | - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | | - xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
7 | | - xmlns:local="clr-namespace:GitHub.VisualStudio.Views.GitHubPane" |
8 | | - xmlns:ghfvs="https://github.com/github/VisualStudio" |
9 | | - xmlns:c="clr-namespace:GitHub.VisualStudio.UI.Controls;assembly=GitHub.VisualStudio.UI" |
10 | | - xmlns:views="clr-namespace:GitHub.VisualStudio.Views" |
11 | | - xmlns:ui="clr-namespace:GitHub.UI;assembly=GitHub.UI" |
12 | | - xmlns:vm="clr-namespace:GitHub.ViewModels.GitHubPane;assembly=GitHub.App" |
13 | | - xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI" |
14 | | - xmlns:prop="clr-namespace:GitHub.VisualStudio.UI;assembly=GitHub.VisualStudio.UI" |
15 | | - xmlns:ghvs="clr-namespace:GitHub.SampleData;assembly=GitHub.App" |
16 | | - mc:Ignorable="d" d:DesignWidth="600"> |
| 1 | +<local:GenericPullRequestCheckView x:Class="GitHub.VisualStudio.Views.GitHubPane.PullRequestCheckView" |
| 2 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 3 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 | + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| 5 | + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| 6 | + xmlns:local="clr-namespace:GitHub.VisualStudio.Views.GitHubPane" |
| 7 | + xmlns:ghfvs="https://github.com/github/VisualStudio" |
| 8 | + xmlns:cache="clr-namespace:GitHub.UI.Helpers;assembly=GitHub.UI" |
| 9 | + d:DesignWidth="600" |
| 10 | + mc:Ignorable="d"> |
17 | 11 |
|
18 | 12 | <d:DesignData.DataContext> |
19 | | - <ghvs:PullRequestCheckViewModelDesigner /> |
| 13 | + <ghfvs:PullRequestCheckViewModelDesigner /> |
20 | 14 | </d:DesignData.DataContext> |
21 | 15 |
|
22 | 16 | <Control.Resources> |
|
0 commit comments