6 writes to PropertyTriggersWithActions
PresentationFramework (6)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
754
ref Style.TriggerSourceRecordFromChildIndex, ref Style.
PropertyTriggersWithActions
, 0 /*sourceChildId*/); // Style can only have triggers that are driven by properties on the container
764
ref ThemeStyle.TriggerSourceRecordFromChildIndex, ref ThemeStyle.
PropertyTriggersWithActions
, 0 /*sourceChildIndex*/); // ThemeStyle can only have triggers that are driven by properties on the container
src\Framework\System\Windows\FrameworkElement.cs (2)
2119
ref Style.TriggerSourceRecordFromChildIndex, ref Style.
PropertyTriggersWithActions
, 0 /*sourceChildIndex*/); // Style can only have triggers that are driven by properties on the container
2134
ref ThemeStyle.TriggerSourceRecordFromChildIndex, ref ThemeStyle.
PropertyTriggersWithActions
, 0 /*sourceChildIndex*/); // ThemeStyle can only have triggers that are driven by properties on the container
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
);
1 reference to PropertyTriggersWithActions
PresentationFramework (1)
src\Framework\System\Windows\StyleHelper.cs (1)
4518
if( style.
PropertyTriggersWithActions
.Count == 0 && style.DataTriggersWithActions == null )