5 references to GetCustomAttributesSafe
Microsoft.Maui.Controls (5)
DependencyService.cs (1)
137
object[] attributes = assembly.
GetCustomAttributesSafe
(typeof(DependencyAttribute));
Registrar.cs (3)
363
var styleAttributes = assembly.
GetCustomAttributesSafe
(typeof(StylePropertyAttribute));
380
object[] effectAttributes = assembly.
GetCustomAttributesSafe
(typeof(ExportEffectAttribute));
477
object[] attributes = assembly.
GetCustomAttributesSafe
(attrType);
Visuals\VisualTypeConverter.cs (1)
100
object[] attributes = assembly.
GetCustomAttributesSafe
(typeof(VisualAttribute));