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