4 references to AddPropertyTriggerWithAction
PresentationFramework (4)
src\Framework\System\Windows\Style.cs (2)
799
StyleHelper.
AddPropertyTriggerWithAction
( trigger, ((Trigger)trigger).Property, ref this.PropertyTriggersWithActions );
808
StyleHelper.
AddPropertyTriggerWithAction
( trigger, triggerCondition.Property, ref this.PropertyTriggersWithActions );
src\Framework\System\Windows\StyleHelper.cs (2)
967
StyleHelper.
AddPropertyTriggerWithAction
( triggerBase, trigger.Property, ref propertyTriggersWithActions );
975
StyleHelper.
AddPropertyTriggerWithAction
( triggerBase, triggerCondition.Property, ref propertyTriggersWithActions );