16 references to OwnerType
PresentationCore (12)
Core\CSharp\System\Windows\EventManager.cs (10)
25
/// unique within the <see cref="RoutedEvent.
OwnerType
"/>
30
/// <see cref="RoutedEvent.
OwnerType
"/> must be any
35
/// <see cref="RoutedEvent.
OwnerType
"/> -
48
/// <see cref="RoutedEvent.
OwnerType
"/>
218
/// given <see cref="RoutedEvent.
OwnerType
"/>
223
/// on the <see cref="RoutedEvent.
OwnerType
"/>
230
/// <see cref="RoutedEvent.
OwnerType
"/> to start
250
/// and <see cref="RoutedEvent.
OwnerType
"/>
256
/// on the <see cref="RoutedEvent.
OwnerType
"/>
266
/// <see cref="RoutedEvent.
OwnerType
"/> to start
Core\CSharp\System\Windows\RoutedEvent.cs (1)
18
/// <see cref="RoutedEvent.
OwnerType
"/> <para/>
Core\CSharp\System\Windows\RoutedEventArgs.cs (1)
150
RoutedEvent.
OwnerType
.Name,
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
34
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.
OwnerType
),
src\Framework\System\Windows\Markup\Baml2006\WpfXamlType.cs (2)
236
wpfXamlType = System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(re.
OwnerType
) as WpfXamlType;
240
wpfXamlType = System.Windows.Markup.XamlReader.GetWpfSchemaContext().GetXamlType(re.
OwnerType
) as WpfXamlType;
src\Framework\System\Windows\Markup\RoutedEventValueSerializer.cs (1)
40
return typeSerializer.ConvertToString(routedEvent.
OwnerType
, context) + "." + routedEvent.Name;