2 references to ViewModelProperty
Microsoft.VisualStudio.LanguageServices (2)
CommonControls\NewTypeDestinationSelection.xaml.cs (2)
33get => (NewTypeDestinationSelectionViewModel)GetValue(ViewModelProperty); 34set => SetValue(ViewModelProperty, value);