I am basically trying to do this:
<Trigger Property="Item" Value="{c:CollectionView.NewItemPlaceHolder}">
But the syntax is incorrect. Can this be done?
<Trigger Property="Item" Value="{x:Static c:CollectionView.NewItemPlaceHolder}">