12 references to Name
PresentationCore (9)
System\Windows\EventManager.cs (5)
19/// <see cref="RoutedEvent.Name"/> must be 34/// <see cref="RoutedEvent.Name"/> 223/// matching <see cref="RoutedEvent.Name"/> 229/// <see cref="RoutedEvent.Name"/> starting 237/// <see cref="RoutedEvent.Name"/> to be matched
System\Windows\GlobalEventManager.cs (2)
263if (routedEvent.Name.Equals(name)) 288if (routedEvent.Name.Equals(name))
System\Windows\RoutedEvent.cs (1)
17/// <see cref="RoutedEvent.Name"/>, <para/>
System\Windows\RoutedEventArgs.cs (1)
140RoutedEvent.Name,
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (2)
33: base(re.Name, 70: base(re.Name, setter, schemaContext)
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
32return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";