Example #1
0
 public ViewCreationListener(
     IVsEditorAdaptersFactoryService adaptersFactory,
     CopyDataService copyDataService)
 {
     this.adaptersFactory = adaptersFactory;
     this.copyDataService = copyDataService;
 }
Example #2
0
 public ViewCreationListener(
     IVsEditorAdaptersFactoryService adaptersFactory,
     CopyDataService copyDataService)
 {
     this.adaptersFactory = adaptersFactory;
     this.copyDataService = copyDataService;
 }
Example #3
0
            public CommandFilter(
                CopyDataService copyDataService,
                IWpfTextView view)
            {
                this.copyDataService = copyDataService;
                this.view            = view;

                this.pasteHandler = new PasteHandler(this.view);
            }
Example #4
0
            public CommandFilter(
                CopyDataService copyDataService,
                IWpfTextView view)
            {
                this.copyDataService = copyDataService;
                this.view = view;

                this.pasteHandler = new PasteHandler(this.view);
            }