Méthode |
Description |
|
CheckElementName ( XmlReader reader, string name ) : void |
|
|
Error ( IXmlLineInfo lineInfo, string message ) : Exception |
|
|
Error ( XmlReader reader, string message ) : Exception |
|
|
FixedColorHighlightingBrush ( Color color ) : HighlightingBrush |
|
|
GetSystemColorBrush ( IXmlLineInfo lineInfo, string name ) : SystemColorHighlightingBrush |
|
|
ParseColorAttributes ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdColor |
|
|
ParseColorReference ( XmlReader reader ) : XshdReference |
|
|
ParseDefinition ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdSyntaxDefinition |
|
|
ParseElements ( ICollection c, XmlReader reader ) : void |
|
|
ParseFontStyle ( string fontStyle ) : FontStyle? |
|
|
ParseFontWeight ( string fontWeight ) : FontWeight? |
|
|
ParseForeground ( IXmlLineInfo lineInfo, string foreground ) : HighlightingBrush |
|
|
ParseImport ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdImport |
|
|
ParseKeywords ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdKeywords |
|
|
ParseNamedColor ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdColor |
|
|
ParseRule ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdRule |
|
|
ParseRuleSet ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdRuleSet |
|
|
ParseRuleSetReference ( XmlReader reader ) : XshdReference |
|
|
ParseSpan ( XmlReader reader ) : ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdSpan |
|
|
SetPosition ( ICSharpCode.AvalonEdit.Highlighting.Xshd.XshdElement element, XmlReader reader ) : void |
Sets the element's position to the XmlReader's position. |
|