Exemplo n.º 1
0
 private System.Windows.Media.ImageSource GetCompletionIconForCell()
 {
     return(GlyphService.GetGlyph(TSLSyntaxDefinition.TopLevelGlyph("cell"), StandardGlyphItem.GlyphItemPublic));
 }
Exemplo n.º 2
0
 private System.Windows.Media.ImageSource GetCompletionIconForTopLevelKeywords(string str)
 {
     return(GlyphService.GetGlyph(TSLSyntaxDefinition.TopLevelGlyph(str), StandardGlyphItem.GlyphItemPublic));
 }