C# Class Microsoft.Languages.Editor.Imaging.GlyphServiceExtensions

Equivalent of IGlyphService but allows concurrent access to glyphs from multiple threads which is normal in unit test environment.
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource

Method Details

GetGlyphThreadSafe() public static méthode

public static GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource
glyphService this
@group StandardGlyphGroup
item StandardGlyphItem
Résultat System.Windows.Media.ImageSource