4 writes to PropertyTriggersWithActions
PresentationFramework (4)
System\Windows\FrameworkContentElement.cs (1)
728ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/);
System\Windows\FrameworkElement.cs (2)
2100ref frameworkTemplate.TriggerSourceRecordFromChildIndex, ref frameworkTemplate.PropertyTriggersWithActions, TemplateChildIndex /*sourceChildIndex*/); 2117ref TemplateInternal.TriggerSourceRecordFromChildIndex, ref TemplateInternal.PropertyTriggersWithActions, 0 /*sourceChildIndex*/); // These are driven by the container
System\Windows\StyleHelper.cs (1)
428ref frameworkTemplate.PropertyTriggersWithActions,
1 reference to PropertyTriggersWithActions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
4541if( ft != null && ft.PropertyTriggersWithActions.Count == 0 && ft.DataTriggersWithActions == null )