4 writes to Value
PresentationFramework (4)
System\Windows\Condition.cs (3)
56
Value
= conditionValue;
69
Value
= conditionValue;
245
Value
= SetterTriggerConditionValueConverter.ResolveValue(_serviceProvider,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7569
SetDelegate = delegate (object target, object value) { ((System.Windows.Condition)target).
Value
= (System.Object)value; },
3 references to Value
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7570
GetDelegate = delegate (object target) { return ((System.Windows.Condition)target).
Value
; }
System\Windows\MultiDataTrigger.cs (1)
116
_conditions[i].
Value
);
System\Windows\MultiTrigger.cs (1)
105
_conditions[i].
Value
,