3 types derived from Condition
Microsoft.Maui.Controls (3)
Interactivity\BindingCondition.cs (1)
10
public sealed class BindingCondition :
Condition
, IValueProvider
Interactivity\MultiCondition.cs (1)
6
internal sealed class MultiCondition :
Condition
Interactivity\PropertyCondition.cs (1)
12
public sealed class PropertyCondition :
Condition
, IValueProvider
10 references to Condition
Microsoft.Maui.Controls (10)
Interactivity\MultiCondition.cs (7)
13
Conditions = new TriggerBase.SealedList<
Condition
>();
16
public IList<
Condition
> Conditions { get; }
25
((TriggerBase.SealedList<
Condition
>)Conditions).IsReadOnly = true;
26
foreach (
Condition
condition in Conditions)
32
foreach (
Condition
condition in Conditions)
38
foreach (
Condition
condition in Conditions)
54
foreach (
Condition
condition in Conditions)
Interactivity\MultiTrigger.cs (1)
17
public IList<
Condition
> Conditions
Interactivity\TriggerBase.cs (2)
21
internal TriggerBase(
Condition
condition, Type targetType) : this(targetType)
52
internal
Condition
Condition { get; }