12 references to HandlerType
PresentationCore (4)
Core\CSharp\System\Windows\EventManager.cs (2)
28/// <see cref="RoutedEvent.HandlerType"/> must be a 45/// <see cref="RoutedEvent.HandlerType"/>
Core\CSharp\System\Windows\RoutedEvent.cs (2)
17/// <see cref="RoutedEvent.HandlerType"/> and <para/> 87return ( (handlerType == HandlerType) ||
PresentationFramework (8)
src\Framework\System\Windows\EventSetter.cs (1)
114if (_handler.GetType() != _event.HandlerType)
src\Framework\System\Windows\EventSetterHandlerConverter.cs (1)
83return Delegate.CreateDelegate(setter.Event.HandlerType, rootProvider.RootObject, handlerName);
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
337if (handler.GetType() != routedEvent.HandlerType) 380if (handler.GetType() != routedEvent.HandlerType)
src\Framework\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);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2873reid.HandlerType, 2878ThrowException(SRID.ParserCantCreateDelegate, reid.HandlerType.Name, attribValue);