16 references to OwnerType
PresentationCore (12)
System\Windows\EventManager.cs (10)
27/// unique within the <see cref="RoutedEvent.OwnerType"/> 32/// <see cref="RoutedEvent.OwnerType"/> must be any 37/// <see cref="RoutedEvent.OwnerType"/> - 50/// <see cref="RoutedEvent.OwnerType"/> 202/// given <see cref="RoutedEvent.OwnerType"/> 207/// on the <see cref="RoutedEvent.OwnerType"/> 214/// <see cref="RoutedEvent.OwnerType"/> to start 231/// and <see cref="RoutedEvent.OwnerType"/> 237/// on the <see cref="RoutedEvent.OwnerType"/> 247/// <see cref="RoutedEvent.OwnerType"/> to start
System\Windows\RoutedEvent.cs (1)
22/// <see cref="RoutedEvent.OwnerType"/> <para/>
System\Windows\RoutedEventArgs.cs (1)
147RoutedEvent.OwnerType.Name,
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
38System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType),
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
237wpfXamlType = System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.OwnerType) as WpfXamlType; 241wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.OwnerType) as WpfXamlType;
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
35return $"{typeSerializer.ConvertToString(routedEvent.OwnerType, context)}.{routedEvent.Name}";