3 writes to Namespace
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
73
XamlTypeName fullTypeName = new XamlTypeName {
Namespace
= xamlNamespace, Name = name };
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
34
Namespace
= xamlNamespace;
46
Namespace
= xamlType.GetXamlNamespaces()[0];
10 references to Namespace
System.Xaml (10)
System\Xaml\Context\XamlContext.cs (2)
261
Debug.Assert(typeName.
Namespace
!= null);
280
xamlType = new XamlType(typeName.
Namespace
, typeName.Name, typeArgs, SchemaContext);
System\Xaml\Parser\MeScanner.cs (1)
309
_tokenNamespace = typeName.
Namespace
;
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
108
result = new XamlType(typeName.
Namespace
, typeName.Name, typeArgs, schemaContext);
System\Xaml\XamlSchemaContext.cs (2)
271
if (xamlTypeName.
Namespace
== null)
293
return GetXamlType(xamlTypeName.
Namespace
, xamlTypeName.Name, typeArgs);
System\Xaml\XamlTypeName.cs (4)
206
if (
Namespace
== null)
217
result.Append(
Namespace
);
222
string prefix = prefixGenerator.Invoke(
Namespace
);
225
throw new InvalidOperationException(SR.Format(SR.XamlTypeNameCannotGetPrefix,
Namespace
));