27 types derived from AbstractNotifyPropertyChanged
Microsoft.VisualStudio.LanguageServices (14)
ChangeSignature\AddParameterDialogViewModel.cs (1)
17internal class AddParameterDialogViewModel : AbstractNotifyPropertyChanged
ChangeSignature\ChangeSignatureDialogViewModel.cs (1)
25internal partial class ChangeSignatureDialogViewModel : AbstractNotifyPropertyChanged
CommonControls\MemberSelectionViewModel.cs (1)
22internal class MemberSelectionViewModel : AbstractNotifyPropertyChanged
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
16internal class NewTypeDestinationSelectionViewModel : AbstractNotifyPropertyChanged
ExtractInterface\ExtractInterfaceDialogViewModel.cs (1)
23internal class ExtractInterfaceDialogViewModel : AbstractNotifyPropertyChanged
GenerateType\GenerateTypeDialogViewModel.cs (1)
27internal class GenerateTypeDialogViewModel : AbstractNotifyPropertyChanged
MoveStaticMembers\MoveStaticMembersDialogViewModel.cs (1)
17internal class MoveStaticMembersDialogViewModel : AbstractNotifyPropertyChanged
MoveStaticMembers\StaticMemberSelectionViewModel.cs (1)
15internal class StaticMemberSelectionViewModel : AbstractNotifyPropertyChanged
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
17internal class MoveToNamespaceDialogViewModel : AbstractNotifyPropertyChanged, IDataErrorInfo
PickMembers\PickMembersDialogViewModel.cs (2)
19internal class PickMembersDialogViewModel : AbstractNotifyPropertyChanged 181internal class OptionViewModel : AbstractNotifyPropertyChanged
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (1)
19internal class PullMemberUpDialogViewModel : AbstractNotifyPropertyChanged
PullMemberUp\WarningDialog\PullMemberUpWarningViewModel.cs (1)
15internal class PullMemberUpWarningViewModel : AbstractNotifyPropertyChanged
Utilities\SymbolViewModel.cs (1)
14internal class SymbolViewModel<T> : AbstractNotifyPropertyChanged where T : ISymbol
Microsoft.VisualStudio.LanguageServices.Implementation (13)
Options\AbstractCheckBoxViewModel.cs (1)
12internal abstract class AbstractCheckBoxViewModel : AbstractNotifyPropertyChanged
Options\AbstractOptionPreviewViewModel.cs (1)
35internal abstract class AbstractOptionPreviewViewModel : AbstractNotifyPropertyChanged, IDisposable
Options\AbstractRadioButtonViewModel.cs (1)
15internal abstract class AbstractRadioButtonViewModel : AbstractNotifyPropertyChanged
Options\Style\AbstractCodeStyleOptionViewModel.cs (1)
28internal abstract class AbstractCodeStyleOptionViewModel : AbstractNotifyPropertyChanged
Options\Style\NamingPreferences\NamingStyleOptionPageViewModel.cs (2)
20internal class NamingStyleOptionPageViewModel : AbstractNotifyPropertyChanged 203internal class NamingRuleViewModel : AbstractNotifyPropertyChanged
Options\Style\NamingPreferences\NamingStyles\ManageNamingStylesDialogViewModel.cs (1)
16internal class ManageNamingStylesDialogViewModel : AbstractNotifyPropertyChanged, IManageNamingStylesInfoDialogViewModel
Options\Style\NamingPreferences\NamingStyles\NamingStyleViewModel.cs (1)
17internal class NamingStyleViewModel : AbstractNotifyPropertyChanged, INamingStylesInfoDialogViewModel
Options\Style\NamingPreferences\SymbolSpecification\ManageSymbolSpecificationsDialogViewModel.cs (1)
16internal class ManageSymbolSpecificationsDialogViewModel : AbstractNotifyPropertyChanged, IManageNamingStylesInfoDialogViewModel
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationViewModel.cs (4)
21internal class SymbolSpecificationViewModel : AbstractNotifyPropertyChanged, INamingStylesInfoDialogViewModel 173public class SymbolKindViewModel : AbstractNotifyPropertyChanged, ISymbolSpecificationViewModelPart 219public class AccessibilityViewModel : AbstractNotifyPropertyChanged, ISymbolSpecificationViewModelPart 241public class ModifierViewModel : AbstractNotifyPropertyChanged, ISymbolSpecificationViewModelPart