I have a child window that I can use on other pages, but when I 'show' it on the page contntaining a RadDocking layout, I get this:
Error detected by App.xaml.cs:
-Message-
Multiple animations in the same containing Storyboard cannot target the same property on a single element.
-Stack Trace-
at MS.Internal.XcpImports.VisualStateManager_GoToState(Control reference, String StateName, Boolean useTransitions, Boolean& refreshInheritanceContext)
at System.Windows.VisualStateManager.GoToState(Control control, String stateName, Boolean useTransitions)
at Telerik.Windows.Controls.RadTabItem.GoToState(Boolean useTransitions, String[] stateNames)
at Telerik.Windows.Controls.RadTabItem.ChangeVisualState(Boolean useTransitions)
at Telerik.Windows.Controls.RadPane.ChangeVisualState(Boolean useTransitions)
at Telerik.Windows.Controls.HeaderedContentControl.ChangeVisualState()
at Telerik.Windows.Controls.HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs e)
at Telerik.Windows.Controls.HeaderedContentControl.OnIsEnabledChanged(Object sender, DependencyPropertyChangedEventArgs e)
at System.Windows.Controls.Control.OnIsEnabledChanged(Control control, EventArgs args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
-Data-