3 references to IsOpaqueProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
54
get { return (bool)GetValue(
IsOpaqueProperty
); }
55
set { SetValue(
IsOpaqueProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageElementManager.cs (1)
102
if (e.PropertyName == Image.
IsOpaqueProperty
.PropertyName)