1 write to _selectAllCheckBoxState
Microsoft.VisualStudio.LanguageServices (1)
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (1)
21public bool? SelectAllCheckBoxState { get => _selectAllCheckBoxState; set => SetProperty(ref _selectAllCheckBoxState, value, nameof(SelectAllCheckBoxState)); }
1 reference to _selectAllCheckBoxState
Microsoft.VisualStudio.LanguageServices (1)
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (1)
21public bool? SelectAllCheckBoxState { get => _selectAllCheckBoxState; set => SetProperty(ref _selectAllCheckBoxState, value, nameof(SelectAllCheckBoxState)); }