3 overrides of GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
57
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
264
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
211
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
6 references to GetXamlType
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
266
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
271
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
360
return base.
GetXamlType
(piMappingClrNs, name, typeArguments);
373
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (1)
370
XamlType xamlType = _schemaContext.
GetXamlType
(ns, name, typeArgArray);
System\Xaml\XamlSchemaContext.cs (1)
291
return
GetXamlType
(xamlTypeName.Namespace, xamlTypeName.Name, typeArgs);