2 references to CacheValidityProperty
Microsoft.Maui.Controls (2)
UriImageSource.cs (2)
35 get => (TimeSpan)GetValue(CacheValidityProperty); 36 set => SetValue(CacheValidityProperty, value);