16 references to OwnerType
PresentationCore (12)
System\Windows\EventManager.cs (10)
21/// unique within the <see cref="RoutedEvent.OwnerType"/> 26/// <see cref="RoutedEvent.OwnerType"/> must be any 31/// <see cref="RoutedEvent.OwnerType"/> - 44/// <see cref="RoutedEvent.OwnerType"/> 196/// given <see cref="RoutedEvent.OwnerType"/> 201/// on the <see cref="RoutedEvent.OwnerType"/> 208/// <see cref="RoutedEvent.OwnerType"/> to start 225/// and <see cref="RoutedEvent.OwnerType"/> 231/// on the <see cref="RoutedEvent.OwnerType"/> 241/// <see cref="RoutedEvent.OwnerType"/> to start
System\Windows\RoutedEvent.cs (1)
21/// <see cref="RoutedEvent.OwnerType"/> <para/>
System\Windows\RoutedEventArgs.cs (1)
140RoutedEvent.OwnerType.Name,
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
35System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType),
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
234wpfXamlType = System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType) as WpfXamlType; 238wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType;
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
33return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";