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