public MainPage() { this.InitializeComponent(); _datatrigger = new DataTriggerControl(); _eventtrigger = new EventTriggerControl(); _incrementaltrigger = new IncrementalUpdateControl(); _callmethodaction = new CallMethodControl(); _gotostateaction = new GoToStateControl(); _changepropertyaction = new ChangePropertyControl(); _controlstoryboardaction = new ControlStoryboardControl(); _playsoundaction = new PlaySoundControl(); _navigatetopageaction = new NavigateToPageControl(); _invokecommandaction = new InvokeCommandControl(); _custombehavioraction = new CustomBehaviorControl(); _customactionaction = new CustomActionControl(); }