, , /themes/generic.xaml. TargetType. , generic.xaml : -
<ResourceDictionary ... blah namespace stuff ...>
<Style TargetType="local:CustomControl1">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="local:CustomControl1">
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="local:CustomControl2">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="local:CustomControl2">
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</ResourceDictionary>
Silverlight Toolkit , . generic.xaml . , , , . , - , Mullies, ?