2 references to DataTrigger
Microsoft.Maui.Controls.Build.Tasks (1)
CompiledConverters\BindablePropertyConverter.cs (1)
43 || parent.XmlType.Name == nameof(DataTrigger)
Microsoft.Maui.Controls.Xaml (1)
SimplifyTypeExtensionVisitor.cs (1)
53 static bool IsDataTrigger(XmlType type) => type.Name == nameof(DataTrigger) && type.NamespaceUri == XamlParser.MauiUri;