12 references to HandlerType
PresentationCore (4)
System\Windows\EventManager.cs (2)
23/// <see cref="RoutedEvent.HandlerType"/> must be a 40/// <see cref="RoutedEvent.HandlerType"/>
System\Windows\RoutedEvent.cs (2)
19/// <see cref="RoutedEvent.HandlerType"/> and <para/> 89return ( (handlerType == HandlerType) ||
PresentationFramework (8)
System\Windows\EventSetter.cs (1)
101if (_handler.GetType() != _event.HandlerType)
System\Windows\EventSetterHandlerConverter.cs (1)
75return Delegate.CreateDelegate(setter.Event.HandlerType, rootProvider.RootObject, handlerName);
System\Windows\FrameworkElementFactory.cs (2)
308if (handler.GetType() != routedEvent.HandlerType) 344if (handler.GetType() != routedEvent.HandlerType)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
165return System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(RoutedEvent.HandlerType); 169return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\BamlRecordReader.cs (2)
2823reid.HandlerType, 2828ThrowException(nameof(SR.ParserCantCreateDelegate), reid.HandlerType.Name, attribValue);