microsoft / xaml-designer-extensibility

Extensibility sample code for the Visual Studio XAML Designer
MIT License
67 stars 29 forks source link

"Select Object" dialog is showing abstract classes #22

Open arivoir opened 4 years ago

arivoir commented 4 years ago

When pressing "New" in properties window image

the "Select Object" dialog appears displaying all the possible classes that can be created

image But it is listing abstract classes. Which can not be created. Actually, if it is selected, the xaml shows an error saying "Can not create an abstract class"