4 references to ImageDirectoryProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\WindowsSpecific\Application.cs (4)
18
element.SetValue(
ImageDirectoryProperty
, value);
24
return (string)config.Element.GetValue(
ImageDirectoryProperty
);
30
return (string)element.GetValue(
ImageDirectoryProperty
);
37
config.Element.SetValue(
ImageDirectoryProperty
, value);