4 writes to Value
PresentationFramework (4)
System\Windows\Condition.cs (3)
55Value = conditionValue; 68Value = conditionValue; 244Value = SetterTriggerConditionValueConverter.ResolveValue(_serviceProvider,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7568SetDelegate = 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)
7569GetDelegate = delegate (object target) { return ((System.Windows.Condition)target).Value; }
System\Windows\MultiDataTrigger.cs (1)
115_conditions[i].Value);
System\Windows\MultiTrigger.cs (1)
104_conditions[i].Value,