12 references to HandlerType
PresentationCore (4)
System\Windows\EventManager.cs (2)
30/// <see cref="RoutedEvent.HandlerType"/> must be a 47/// <see cref="RoutedEvent.HandlerType"/>
System\Windows\RoutedEvent.cs (2)
21/// <see cref="RoutedEvent.HandlerType"/> and <para/> 91return ( (handlerType == HandlerType) ||
PresentationFramework (8)
System\Windows\EventSetter.cs (1)
103if (_handler.GetType() != _event.HandlerType)
System\Windows\EventSetterHandlerConverter.cs (1)
79return Delegate.CreateDelegate(setter.Event.HandlerType, rootProvider.RootObject, handlerName);
System\Windows\FrameworkElementFactory.cs (2)
321if (handler.GetType() != routedEvent.HandlerType) 357if (handler.GetType() != routedEvent.HandlerType)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
169return System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(RoutedEvent.HandlerType); 173return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\BamlRecordReader.cs (2)
2840reid.HandlerType, 2845ThrowException(nameof(SR.ParserCantCreateDelegate), reid.HandlerType.Name, attribValue);