2 writes to EventDependents
PresentationFramework (2)
System\Windows\FrameworkElement.cs (1)
3023handlers = StyleHelper.GetChildRoutedEventHandlers(templateChildIndex, args.RoutedEvent, ref templatedParentTemplate.EventDependents);
System\Windows\FrameworkTemplate.cs (1)
412ref EventDependents,
1 reference to EventDependents
PresentationFramework (1)
System\Windows\FrameworkTemplate.cs (1)
1392get { return (EventDependents.Count > 0); }