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