3 writes to Version
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
63this.ViewModel.Version = (Version)e.NewValue;
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditorViewModel.cs (2)
40this.Version = null; 48this.Version = Version.Parse(value);
1 reference to Version
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
70this.Version = this.ViewModel.Version;