4 writes to Value
PresentationFramework (4)
System\Windows\Condition.cs (3)
56Value = conditionValue; 69Value = conditionValue; 245Value = SetterTriggerConditionValueConverter.ResolveValue(_serviceProvider,
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7569SetDelegate = 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)
7570GetDelegate = 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,