3 references to StreamProperty
Microsoft.Maui.Controls (3)
StreamImageSource.cs (3)
22
get { return (Func<CancellationToken, Task<Stream>>)GetValue(
StreamProperty
); }
23
set { SetValue(
StreamProperty
, value); }
28
if (propertyName ==
StreamProperty
.PropertyName)