2 references to QueryPropertyAttribute
Microsoft.Maui.Controls (2)
Shell\ShellContent.cs (2)
378
var queryPropertyAttributes = type.GetCustomAttributes(typeof(
QueryPropertyAttribute
), true);
385
foreach (
QueryPropertyAttribute
attrib in queryPropertyAttributes)