以下の点で困っています。
xaml = @"<Section xmlns=""http://schemas.microsoft.com/winfx/2006/xaml/presentation""><Paragraph><Hyperlink Click=""Hyperlink_OnClick"" NavigateUri=""http://www.google.de"">abc</Hyperlink></Paragraph></Section>";
richtext.Xaml = xaml;
ハイパーリンクタグ全体を削除すると、再び機能します。ここで問題はどこにありますか?コード全体が正常に動作し、*.xaml に直接貼り付けます。
System.Xml.XmlException' および 'System.ArgumentException' を取得しています。