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