C# Class ICSharpCode.WpfDesign.XamlDom.PositionXmlAttribute

Inheritance: System.Xml.XmlAttribute, IXmlLineInfo
Show file Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
HasLineInfo ( ) : bool

Gets whether the element has line information.

Private Methods

Method Description
PositionXmlAttribute ( string prefix, string localName, string namespaceURI, XmlDocument doc, IXmlLineInfo lineInfo ) : System

Method Details

HasLineInfo() public method

Gets whether the element has line information.
public HasLineInfo ( ) : bool
return bool