12 references to Name
PresentationCore (9)
System\Windows\EventManager.cs (5)
25/// <see cref="RoutedEvent.Name"/> must be 40/// <see cref="RoutedEvent.Name"/> 229/// matching <see cref="RoutedEvent.Name"/> 235/// <see cref="RoutedEvent.Name"/> starting 243/// <see cref="RoutedEvent.Name"/> to be matched
System\Windows\GlobalEventManager.cs (2)
266if (routedEvent.Name.Equals(name)) 291if (routedEvent.Name.Equals(name))
System\Windows\RoutedEvent.cs (1)
19/// <see cref="RoutedEvent.Name"/>, <para/>
System\Windows\RoutedEventArgs.cs (1)
147RoutedEvent.Name,
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
37: base(re.Name, 74: base(re.Name, setter, schemaContext)
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
34return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";