1 instantiation of MultiCondition
Microsoft.Maui.Controls (1)
Interactivity\MultiTrigger.cs (1)
12
public MultiTrigger([System.ComponentModel.TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new
MultiCondition
(), targetType)
2 references to MultiCondition
Microsoft.Maui.Controls (2)
Interactivity\MultiCondition.cs (1)
12
_aggregatedStateProperty = BindableProperty.CreateAttached("AggregatedState", typeof(bool), typeof(
MultiCondition
), false, propertyChanged: OnAggregatedStatePropertyChanged);
Interactivity\MultiTrigger.cs (1)
19
get { return ((
MultiCondition
)Condition).Conditions; }