12 references to HandlerType
PresentationCore (4)
System\Windows\EventManager.cs (2)
24/// <see cref="RoutedEvent.HandlerType"/> must be a 41/// <see cref="RoutedEvent.HandlerType"/>
System\Windows\RoutedEvent.cs (2)
20/// <see cref="RoutedEvent.HandlerType"/> and <para/> 90return ( (handlerType == HandlerType) ||
PresentationFramework (8)
System\Windows\EventSetter.cs (1)
102if (_handler.GetType() != _event.HandlerType)
System\Windows\EventSetterHandlerConverter.cs (1)
76return Delegate.CreateDelegate(setter.Event.HandlerType, rootProvider.RootObject, handlerName);
System\Windows\FrameworkElementFactory.cs (2)
313if (handler.GetType() != routedEvent.HandlerType) 349if (handler.GetType() != routedEvent.HandlerType)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
166return System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(RoutedEvent.HandlerType); 170return System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(RoutedEvent.HandlerType);
System\Windows\Markup\BamlRecordReader.cs (2)
2831reid.HandlerType, 2836ThrowException(nameof(SR.ParserCantCreateDelegate), reid.HandlerType.Name, attribValue);