3 references to FileProperty
Microsoft.Maui.Controls (3)
FileImageSource.cs (3)
19
get { return (string)GetValue(
FileProperty
); }
20
set { SetValue(
FileProperty
, value); }
47
if (propertyName ==
FileProperty
.PropertyName)