12 references to Name
PresentationCore (9)
System\Windows\EventManager.cs (5)
20/// <see cref="RoutedEvent.Name"/> must be 35/// <see cref="RoutedEvent.Name"/> 224/// matching <see cref="RoutedEvent.Name"/> 230/// <see cref="RoutedEvent.Name"/> starting 238/// <see cref="RoutedEvent.Name"/> to be matched
System\Windows\GlobalEventManager.cs (2)
264if (routedEvent.Name.Equals(name)) 289if (routedEvent.Name.Equals(name))
System\Windows\RoutedEvent.cs (1)
18/// <see cref="RoutedEvent.Name"/>, <para/>
System\Windows\RoutedEventArgs.cs (1)
141RoutedEvent.Name,
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
34: base(re.Name, 71: base(re.Name, setter, schemaContext)
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
33return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";