1 instantiation of ImageBrush
Microsoft.Maui.Controls (1)
Brush\Brush.cs (1)
49
return new
ImageBrush
{ ImageSource = imageSource };
3 references to ImageBrush
Microsoft.Maui.Controls (3)
Brush\Brush.cs (1)
88
if (brush is
ImageBrush
imageBrush)
ImageBrush.cs (2)
20
nameof(ImageSource), typeof(ImageSource), typeof(
ImageBrush
), default(ImageSource));
29
obj is
ImageBrush
dest && ImageSource == dest.ImageSource;