2 implementations of IsResolutionDependent
Microsoft.Maui (2)
ImageSources\ImageSourceServiceResult.cs (2)
36
public bool
IsResolutionDependent
{ get; }
70
public bool
IsResolutionDependent
{ get; }
1 reference to IsResolutionDependent
Microsoft.Maui (1)
ImageSources\ImageSourceServiceResultManager.cs (1)
50
IsResolutionDependent = result?.
IsResolutionDependent
?? false;