2 references to CachingEnabledProperty
Microsoft.Maui.Controls (2)
UriImageSource.cs (2)
42
get => (bool)GetValue(
CachingEnabledProperty
);
43
set => SetValue(
CachingEnabledProperty
, value);