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