Browse Source

Fix a few XML Comments

pull/662/head
jogibear9988 10 years ago
parent
commit
dd84bfb542
  1. 3
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs
  2. 2
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs

3
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/DesignInstanceExtension.cs

@ -6,6 +6,9 @@ using System.Windows.Markup;
namespace ICSharpCode.WpfDesign.XamlDom namespace ICSharpCode.WpfDesign.XamlDom
{ {
/// <summary>
/// A class wich Implementes the DesignInstanceExtension normaly defined in the Blend Namespace
/// </summary>
public class DesignInstanceExtension : MarkupExtension public class DesignInstanceExtension : MarkupExtension
{ {
public DesignInstanceExtension(Type type) public DesignInstanceExtension(Type type)

2
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlXmlWriter.cs

@ -12,7 +12,7 @@ using System.Xml;
namespace ICSharpCode.WpfDesign.XamlDom namespace ICSharpCode.WpfDesign.XamlDom
{ {
/// <summary> /// <summary>
/// Description of XamlXmlWriter. /// A special XamlXmlWriter wich fixes &amp; and &quot; in MarkupExtensions where not correctly handeled!
/// </summary> /// </summary>
public class XamlXmlWriter : XmlWriter public class XamlXmlWriter : XmlWriter
{ {

Loading…
Cancel
Save