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)
4856
oldState = conditions[0].
Match
(changedArgs.OldValue);
4857
newState = conditions[0].
Match
(changedArgs.NewValue);
4934
oldState = conditions[i].
Match
(changedArgs.OldValue);
4935
newState = conditions[i].
Match
(changedArgs.NewValue);
4949
if( !conditions[i].
Match
(evaluationValue) )
System\Windows\Trigger.cs (1)
239
return TriggerConditions[0].
Match
(container.GetValue(TriggerConditions[0].Property));