I know how to hook up a designer activity to a NativeActivity or CodeActivity with the Designer attribute on the class. Like so:
[Designer(typeof(ParallelActivityDesigner))]
I would like to also hookup a designer to a composite activity (composed of some activities in only a xaml file), is that possible at all?