This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-15
lines changed
GitHub.VisualStudio.UI/Views Expand file tree Collapse file tree 6 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 33using System . Collections . ObjectModel ;
44using System . Diagnostics . CodeAnalysis ;
55using System . Reactive ;
6+ using GitHub . InlineReviews . ViewModels ;
7+ using GitHub . Models ;
68using GitHub . ViewModels ;
79using ReactiveUI ;
810
Original file line number Diff line number Diff line change 33using GitHub . Models ;
44using GitHub . ViewModels ;
55
6- namespace GitHub . InlineReviews . SampleData
6+ namespace GitHub . SampleData
77{
88 public class InlineAnnotationViewModelDesigner : IInlineAnnotationViewModel
99 {
Original file line number Diff line number Diff line change 8181 <Compile Include =" Margins\InlineCommentMargin.cs" />
8282 <Compile Include =" Margins\InlineCommentMarginVisible.cs" />
8383 <Compile Include =" Margins\InlineCommentMarginEnabled.cs" />
84- <Compile Include =" SampleData\InlineAnnotationViewModelDesigner.cs" />
8584 <Compile Include =" PullRequestStatusBarPackage.cs" />
8685 <Compile Include =" InlineReviewsPackage.cs" />
8786 <Compile Include =" Models\InlineCommentThreadModel.cs" />
117116 <Compile Include =" ViewModels\NewInlineCommentThreadViewModel.cs" />
118117 <Compile Include =" ViewModels\PullRequestReviewCommentViewModel.cs" />
119118 <Compile Include =" ViewModels\PullRequestStatusViewModel.cs" />
120- <Compile Include =" Views\InlineAnnotationView.xaml.cs" >
121- <DependentUpon >InlineAnnotationView.xaml</DependentUpon >
122- </Compile >
123119 <Compile Include =" Views\PullRequestFileMarginView.xaml.cs" >
124120 <DependentUpon >PullRequestFileMarginView.xaml</DependentUpon >
125121 </Compile >
432428 <Generator >MSBuild:Compile</Generator >
433429 <SubType >Designer</SubType >
434430 </Page >
435- <Page Include =" Views\InlineAnnotationView.xaml" >
436- <Generator >MSBuild:Compile</Generator >
437- <SubType >Designer</SubType >
438- </Page >
439431 <Page Include =" Views\PullRequestFileMarginView.xaml" >
440432 <SubType >Designer</SubType >
441433 <Generator >MSBuild:Compile</Generator >
Original file line number Diff line number Diff line change 1414 <ItemsControl ItemsSource =" {Binding Annotations}" >
1515 <ItemsControl .ItemTemplate>
1616 <DataTemplate >
17- <local : InlineAnnotationView Margin = " 0 4 " />
17+ <local : InlineAnnotationView />
1818 </DataTemplate >
1919 </ItemsControl .ItemTemplate>
2020 </ItemsControl >
Original file line number Diff line number Diff line change 1- <UserControl x : Class =" GitHub.InlineReviews .Views.InlineAnnotationView"
1+ <UserControl x : Class =" GitHub.VisualStudio .Views.InlineAnnotationView"
22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
55 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6- xmlns : local =" clr-namespace:GitHub.InlineReviews.Views"
7- xmlns : sample =" clr-namespace:GitHub.InlineReviews.SampleData"
86 xmlns : ghfvs =" https://github.com/github/VisualStudio"
97 xmlns : markdig =" clr-namespace:Markdig.Wpf;assembly=Markdig.Wpf"
8+ xmlns : sampleData =" clr-namespace:GitHub.InlineReviews.SampleData;assembly=GitHub.InlineReviews"
109 mc : Ignorable =" d" d : DesignHeight =" 300" d : DesignWidth =" 300" >
1110
1211 <d : DesignProperties .DataContext>
13- <sample : InlineAnnotationViewModelDesigner />
12+ <sampleData : InlineAnnotationViewModelDesigner />
1413 </d : DesignProperties .DataContext>
1514
1615 <StackPanel Orientation =" Vertical" >
Original file line number Diff line number Diff line change 22using System . Windows . Controls ;
33using GitHub . VisualStudio . UI . Helpers ;
44
5- namespace GitHub . InlineReviews . Views
5+ namespace GitHub . VisualStudio . Views
66{
77 public partial class InlineAnnotationView : UserControl
88 {
You can’t perform that action at this time.
0 commit comments