16 references to OwnerType
PresentationCore (12)
System\Windows\EventManager.cs (10)
20/// unique within the <see cref="RoutedEvent.OwnerType"/> 25/// <see cref="RoutedEvent.OwnerType"/> must be any 30/// <see cref="RoutedEvent.OwnerType"/> - 43/// <see cref="RoutedEvent.OwnerType"/> 195/// given <see cref="RoutedEvent.OwnerType"/> 200/// on the <see cref="RoutedEvent.OwnerType"/> 207/// <see cref="RoutedEvent.OwnerType"/> to start 224/// and <see cref="RoutedEvent.OwnerType"/> 230/// on the <see cref="RoutedEvent.OwnerType"/> 240/// <see cref="RoutedEvent.OwnerType"/> to start
System\Windows\RoutedEvent.cs (1)
20/// <see cref="RoutedEvent.OwnerType"/> <para/>
System\Windows\RoutedEventArgs.cs (1)
139RoutedEvent.OwnerType.Name,
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
34System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType),
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
233wpfXamlType = System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType) as WpfXamlType; 237wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType;
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
32return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";