1 write to AssociatedType
Microsoft.Maui.Controls (1)
Interactivity\Behavior.cs (1)
19
internal Behavior(Type associatedType) =>
AssociatedType
= associatedType ?? throw new ArgumentNullException(nameof(associatedType));
1 reference to AssociatedType
Microsoft.Maui.Controls (1)
Interactivity\Behavior.cs (1)
30
if (!
AssociatedType
.IsInstanceOfType(bindable))