1 write to BaseViewModel
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
166
BaseViewModel
= baseViewModel;
10 references to BaseViewModel
Microsoft.CodeAnalysis.EditorFeatures.Wpf (10)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (10)
126
BaseViewModel
.IdentifierText = value ?? string.Empty;
167
BaseViewModel
.PropertyChanged += BaseViewModelPropertyChanged;
168
BaseViewModel
.IdentifierText = baseViewModel.IdentifierText;
226
var document = this.
BaseViewModel
.Session.TriggerDocument;
231
var renameLocations = await this.
BaseViewModel
.Session.AllRenameLocationsTask.JoinAsync(cancellationToken)
233
var context = await editorRenameService.GetRenameContextAsync(this.
BaseViewModel
.Session.RenameInfo, renameLocations, cancellationToken)
275
var textInputBackup =
BaseViewModel
.IdentifierText;
285
BaseViewModel
.IdentifierText = textInputBackup;
332
BaseViewModel
.PropertyChanged -= BaseViewModelPropertyChanged;
373
if (e.PropertyName == nameof(
BaseViewModel
.IdentifierText))