16 references to OwnerType
PresentationCore (12)
System\Windows\EventManager.cs (10)
26
/// unique within the <see cref="RoutedEvent.
OwnerType
"/>
31
/// <see cref="RoutedEvent.
OwnerType
"/> must be any
36
/// <see cref="RoutedEvent.
OwnerType
"/> -
49
/// <see cref="RoutedEvent.
OwnerType
"/>
201
/// given <see cref="RoutedEvent.
OwnerType
"/>
206
/// on the <see cref="RoutedEvent.
OwnerType
"/>
213
/// <see cref="RoutedEvent.
OwnerType
"/> to start
230
/// and <see cref="RoutedEvent.
OwnerType
"/>
236
/// on the <see cref="RoutedEvent.
OwnerType
"/>
246
/// <see cref="RoutedEvent.
OwnerType
"/> to start
System\Windows\RoutedEvent.cs (1)
22
/// <see cref="RoutedEvent.
OwnerType
"/> <para/>
System\Windows\RoutedEventArgs.cs (1)
146
RoutedEvent.
OwnerType
.Name,
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
38
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.
OwnerType
),
System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
237
wpfXamlType = System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.
OwnerType
) as WpfXamlType;
241
wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.
OwnerType
) as WpfXamlType;
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
34
return $"{typeSerializer.ConvertToString(routedEvent.
OwnerType
, context)}.{routedEvent.Name}";