4 references to _fontLookupCache
Microsoft.Maui (4)
Fonts\FontRegistrar.cs (4)
53 if (_fontLookupCache.TryGetValue(font, out var foundResult)) 74 return _fontLookupCache[font] = null; 86 return _fontLookupCache[cacheKey] = result; 98 return _fontLookupCache[cacheKey] = result;