C# Класс Microsoft.Languages.Editor.Imaging.GlyphServiceExtensions

Equivalent of IGlyphService but allows concurrent access to glyphs from multiple threads which is normal in unit test environment.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource

Описание методов

GetGlyphThreadSafe() публичный статический Метод

public static GetGlyphThreadSafe ( this glyphService, StandardGlyphGroup @group, StandardGlyphItem item ) : System.Windows.Media.ImageSource
glyphService this
@group StandardGlyphGroup
item StandardGlyphItem
Результат System.Windows.Media.ImageSource