1 write to TargetType
Microsoft.Maui.Controls (1)
Interactivity\TriggerBase.cs (1)
15 TargetType = targetType ?? throw new ArgumentNullException(nameof(targetType));
5 references to TargetType
Microsoft.Maui.Controls (5)
BindablePropertyConverter.cs (4)
50 type = triggerBase.TargetType; 55 type = (parentValuesProvider.TargetObject as Trigger).TargetType; 57 type = (parent as TriggerBase).TargetType; 152 return trigger.TargetType;
Interactivity\TriggerBase.cs (1)
63 if (!TargetType.IsInstanceOfType(bindable))