7 references to Match
PresentationFramework (7)
System\Windows\MultiTrigger.cs (1)
130
retVal = TriggerConditions[i].
Match
(container.GetValue(TriggerConditions[i].Property));
System\Windows\StyleHelper.cs (5)
4853
oldState = conditions[0].
Match
(changedArgs.OldValue);
4854
newState = conditions[0].
Match
(changedArgs.NewValue);
4931
oldState = conditions[i].
Match
(changedArgs.OldValue);
4932
newState = conditions[i].
Match
(changedArgs.NewValue);
4946
if( !conditions[i].
Match
(evaluationValue) )
System\Windows\Trigger.cs (1)
238
return TriggerConditions[0].
Match
(container.GetValue(TriggerConditions[0].Property));