3 overrides of GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
56
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
263
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
210
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
6 references to GetXamlType
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
265
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
270
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
359
return base.
GetXamlType
(piMappingClrNs, name, typeArguments);
372
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (1)
387
XamlType xamlType = _schemaContext.
GetXamlType
(ns, name, typeArgArray);
System\Xaml\XamlSchemaContext.cs (1)
306
return
GetXamlType
(xamlTypeName.Namespace, xamlTypeName.Name, typeArgs);