InvalidOperationException: 指定的元素已经是另一个元素的逻辑子元素。请先将其断开连接。 StackTrace: 在 System.Windows.FrameworkElement.ChangeLogicalParent(DependencyObject newParent) 在 System.Windows.FrameworkContentElement.AddLogicalChild(Object child) 在 System.Windows.LogicalTreeHelper.AddLogicalChild(DependencyObject parent, Object child) 在 System.Windows.Documents.TextContainer.InsertEmbeddedObjectInternal(TextPointer position, DependencyObject embeddedObject) 在 System.Windows.Documents.TextPointer.InsertUIElement(UIElement uiElement) 在 System.Windows.Documents.InlineUIContainer.set_Child(UIElement value) 在 System.Windows.Documents.InlineUIContainer..ctor(UIElement childUIElement, TextPointer insertionPosition) 在 DynamicClass.Message.RenderMarkdown() 在 DynamicClass.Message.set_Content(String value) 在 DynamicClass.<>c__DisplayClass38.<SendMessageWithHistory>b__2e() 在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)