12 references to Name
PresentationCore (9)
System\Windows\EventManager.cs (5)
26/// <see cref="RoutedEvent.Name"/> must be 41/// <see cref="RoutedEvent.Name"/> 230/// matching <see cref="RoutedEvent.Name"/> 236/// <see cref="RoutedEvent.Name"/> starting 244/// <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)
148RoutedEvent.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)
35return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";