3 overrides of GetXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
70
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
269
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
214
protected override XamlType
GetXamlType
(string xamlNamespace, string name, params XamlType[] typeArguments)
6 references to GetXamlType
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
271
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
276
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
363
return base.
GetXamlType
(piMappingClrNs, name, typeArguments);
376
return base.
GetXamlType
(xamlNamespace, name, typeArguments);
System.Xaml (2)
System\Xaml\Context\XamlContext.cs (1)
373
XamlType xamlType = _schemaContext.
GetXamlType
(ns, name, typeArgArray);
System\Xaml\XamlSchemaContext.cs (1)
293
return
GetXamlType
(xamlTypeName.Namespace, xamlTypeName.Name, typeArgs);