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