4 instantiations of ImageSourceServiceResult
Microsoft.Maui (4)
ImageSources\FileImageSourceService\FileImageSourceService.iOS.cs (1)
36
var result = new
ImageSourceServiceResult
(image, () => image.Dispose());
ImageSources\FontImageSourceService\FontImageSourceService.iOS.cs (1)
32
var result = new
ImageSourceServiceResult
(image, true, () => image.Dispose());
ImageSources\StreamImageSourceService\StreamImageSourceService.iOS.cs (1)
31
var result = new
ImageSourceServiceResult
(image, () => image.Dispose());
ImageSources\UriImageSourceService\UriImageSourceService.iOS.cs (1)
35
var result = new
ImageSourceServiceResult
(image, () => image.Dispose());
4 references to ImageSourceServiceResult
Microsoft.Maui (4)
ImageSources\FileImageSourceService\FileImageSourceService.iOS.cs (1)
36
var
result = new ImageSourceServiceResult(image, () => image.Dispose());
ImageSources\FontImageSourceService\FontImageSourceService.iOS.cs (1)
32
var
result = new ImageSourceServiceResult(image, true, () => image.Dispose());
ImageSources\StreamImageSourceService\StreamImageSourceService.iOS.cs (1)
31
var
result = new ImageSourceServiceResult(image, () => image.Dispose());
ImageSources\UriImageSourceService\UriImageSourceService.iOS.cs (1)
35
var
result = new ImageSourceServiceResult(image, () => image.Dispose());