From dd84bfb5427bff2a8aacbea61f8ed59e914eaf92 Mon Sep 17 00:00:00 2001 From: jogibear9988 Date: Thu, 26 Feb 2015 13:52:42 +0100 Subject: [PATCH] Fix a few XML Comments --- .../WpfDesign.XamlDom/Project/DesignInstanceExtension.cs | 3 +++ .../WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs b/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs index fddb3fcadf..0178f70dd8 100644 --- a/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs +++ b/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs @@ -6,6 +6,9 @@ using System.Windows.Markup; namespace ICSharpCode.WpfDesign.XamlDom { + /// + /// A class wich Implementes the DesignInstanceExtension normaly defined in the Blend Namespace + /// public class DesignInstanceExtension : MarkupExtension { public DesignInstanceExtension(Type type) diff --git a/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs b/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs index c85dc81dc3..fd53ea88d8 100644 --- a/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs +++ b/src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs @@ -12,7 +12,7 @@ using System.Xml; namespace ICSharpCode.WpfDesign.XamlDom { /// - /// Description of XamlXmlWriter. + /// A special XamlXmlWriter wich fixes & and " in MarkupExtensions where not correctly handeled! /// public class XamlXmlWriter : XmlWriter {