Exemplo n.º 1
0
 public void InitializePackage()
 {
     AssemblyLoadingGuard.Protect();
     AssemblyLoadingGuard.LoadXpfLibraries();
     Options             = SerializeHelper.DeSerializeSettings();
     GenerateMenuHelper  = new GenerateMenuItemsHelper(this, dte);
     ToolWindowViewModel = new ToolWindowViewModel(dte, Options, GenerateMenuHelper, GetBlameWindow);
     GenerateNavigationMenu();
 }
 public TotalMergeWindowControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
Exemplo n.º 3
0
 public MultipleCheckInControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
Exemplo n.º 4
0
 public ManualMergeControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
Exemplo n.º 5
0
 public OptionsControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
Exemplo n.º 6
0
 public FlatUIControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
 public InternalBlameControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
     grid.Focus();
 }
Exemplo n.º 8
0
 public RootSettingsControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
Exemplo n.º 9
0
 public StatusCheckOutControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
 }
 public NavigationConfigUserControl()
 {
     AssemblyLoadingGuard.Protect();
     InitializeComponent();
     Loaded += OnLoaded;
 }