7 references to Match
PresentationFramework (7)
System\Windows\MultiTrigger.cs (1)
131
retVal = TriggerConditions[i].
Match
(container.GetValue(TriggerConditions[i].Property));
System\Windows\StyleHelper.cs (5)
4866
oldState = conditions[0].
Match
(changedArgs.OldValue);
4867
newState = conditions[0].
Match
(changedArgs.NewValue);
4944
oldState = conditions[i].
Match
(changedArgs.OldValue);
4945
newState = conditions[i].
Match
(changedArgs.NewValue);
4959
if( !conditions[i].
Match
(evaluationValue) )
System\Windows\Trigger.cs (1)
239
return TriggerConditions[0].
Match
(container.GetValue(TriggerConditions[0].Property));