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