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