Example #1
0
 BamlSettingsTabProvider(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
Example #2
0
 BamlRefresher(BamlSettingsImpl bamlSettings, IDocumentTabService documentTabService)
 {
     this.documentTabService       = documentTabService;
     bamlSettings.PropertyChanged += BamlSettings_PropertyChanged;
 }
Example #3
0
 BamlSettingsPageProvider(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
Example #4
0
		public BamlAppSettingsPage(BamlSettingsImpl _global_settings) {
			this._global_settings = _global_settings;
			bamlSettings = _global_settings.Clone();
		}
Example #5
0
 XamlOutputOptionsProvider(BamlSettingsImpl bamlSettings) => this.bamlSettings = bamlSettings;
Example #6
0
 DisassembleBamlCommand(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
Example #7
0
		BamlRefresher(BamlSettingsImpl bamlSettings, IFileTabManager fileTabManager) {
			this.fileTabManager = fileTabManager;
			bamlSettings.PropertyChanged += BamlSettings_PropertyChanged;
		}
Example #8
0
 public BamlAppSettingsPage(BamlSettingsImpl _global_settings)
 {
     this._global_settings = _global_settings;
     bamlSettings          = _global_settings.Clone();
 }
		XamlOutputOptionsProvider(BamlSettingsImpl bamlSettings) {
			this.bamlSettings = bamlSettings;
		}
		BamlResourceNodeCreator(BamlSettingsImpl bamlSettings) {
			this.bamlSettings = bamlSettings;
		}
Example #11
0
 BamlSettingsTabCreator(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
 BamlResourceNodeCreator(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
		BamlResourceNodeProvider(BamlSettingsImpl bamlSettings, IXamlOutputOptionsProvider xamlOutputOptionsProvider, IDocumentWriterService documentWriterService) {
			this.bamlSettings = bamlSettings;
			this.xamlOutputOptionsProvider = xamlOutputOptionsProvider;
			this.documentWriterService = documentWriterService;
		}
Example #14
0
		BamlRefresher(BamlSettingsImpl bamlSettings, IDocumentTabService documentTabService) {
			this.documentTabService = documentTabService;
			bamlSettings.PropertyChanged += BamlSettings_PropertyChanged;
		}
Example #15
0
 public BamlAppSettingsTab(BamlSettingsImpl _global_settings)
 {
     this._global_settings = _global_settings;
     this.bamlSettings     = _global_settings.Clone();
 }
Example #16
0
 BamlResourceNodeProvider(BamlSettingsImpl bamlSettings, IXamlOutputOptionsProvider xamlOutputOptionsProvider, IDocumentWriterService documentWriterService)
 {
     this.bamlSettings = bamlSettings;
     this.xamlOutputOptionsProvider = xamlOutputOptionsProvider;
     this.documentWriterService     = documentWriterService;
 }
Example #17
0
 BamlRefresher(BamlSettingsImpl bamlSettings, IFileTabManager fileTabManager)
 {
     this.fileTabManager           = fileTabManager;
     bamlSettings.PropertyChanged += BamlSettings_PropertyChanged;
 }
Example #18
0
 BamlResourceNodeProvider(BamlSettingsImpl bamlSettings)
 {
     this.bamlSettings = bamlSettings;
 }
Example #19
0
		public BamlAppSettingsTab(BamlSettingsImpl _global_settings) {
			this._global_settings = _global_settings;
			this.bamlSettings = _global_settings.Clone();
		}
Example #20
0
		DisassembleBamlCommand(BamlSettingsImpl bamlSettings) {
			this.bamlSettings = bamlSettings;
		}
Example #21
0
		BamlSettingsTabCreator(BamlSettingsImpl bamlSettings) {
			this.bamlSettings = bamlSettings;
		}
Example #22
0
		BamlSettingsPageProvider(BamlSettingsImpl bamlSettings) {
			this.bamlSettings = bamlSettings;
		}