今回のお題の元ネタはこちらの記事です。 Attaching Behaviors from the Expression Blend SDK using Styles Style内でBlend SDKのBehaviorを設定できないか?ということなんですが、普通にやるとできません。そのため以下のような仕掛けを作ってやる必要があります。 まず、BehaviorとTriggerBaseを格納するためのコレクションを用意します。 namespace Okazuki.MVVM.PrismSupport.Style { using System.Windows; using System.Windows.Interactivity; /// <summary> /// StyleでBehaviorを設定するために使用するコレクション /// </summary> public class StyleB