7 references to _drawableDefType
Microsoft.Maui.Controls.Compatibility (7)
Android\ResourceManager.cs (7)
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))