8 references to DrawableClass
Microsoft.Maui.Controls.Compatibility (8)
Android\ResourceManager.cs (8)
124 var id = IdFromTitle(file, DrawableClass, "drawable", context);
326 return BitmapFactory.DecodeResource(resource, IdFromTitle(name, DrawableClass, _drawableDefType, resource));
331 return BitmapFactory.DecodeResource(resource, IdFromTitle(name, DrawableClass, _drawableDefType, resource, context.PackageName));
336 return BitmapFactory.DecodeResourceAsync(resource, IdFromTitle(name, DrawableClass, _drawableDefType, resource));
341 return BitmapFactory.DecodeResourceAsync(resource, IdFromTitle(name, DrawableClass, _drawableDefType, resource, context.PackageName));
346 int id = IdFromTitle(name, DrawableClass, _drawableDefType, context);
359 return IdFromTitle(title, DrawableClass, _drawableDefType, context);
407 if (defType == _drawableDefType || (resourceType != null && resourceType == DrawableClass))