public static Icon GetIcon(this Glyph glyph, DispatcherGlyphService glyphService) { return(glyphService.GetIcon(glyph.GetStandardGlyphGroup(), StandardGlyphItem.GlyphItemPublic)); }
public static ImageSource GetImageSource(this Glyph glyph, DispatcherGlyphService glyphService) { return(glyphService.GetGlyph(glyph.GetStandardGlyphGroup(), StandardGlyphItem.GlyphItemPublic)); }