3 writes to Namespace
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
60
XamlTypeName fullTypeName = new XamlTypeName {
Namespace
= xamlNamespace, Name = name };
System.Xaml (2)
System\Xaml\XamlTypeName.cs (2)
32
Namespace
= xamlNamespace;
44
Namespace
= xamlType.GetXamlNamespaces()[0];
10 references to Namespace
System.Xaml (10)
System\Xaml\Context\XamlContext.cs (2)
258
Debug.Assert(typeName.
Namespace
is not null);
277
xamlType = new XamlType(typeName.
Namespace
, typeName.Name, typeArgs, SchemaContext);
System\Xaml\Parser\MeScanner.cs (1)
306
_tokenNamespace = typeName.
Namespace
;
System\Xaml\Schema\XamlTypeTypeConverter.cs (1)
108
result = new XamlType(typeName.
Namespace
, typeName.Name, typeArgs, schemaContext);
System\Xaml\XamlSchemaContext.cs (2)
269
if (xamlTypeName.
Namespace
is null)
291
return GetXamlType(xamlTypeName.
Namespace
, xamlTypeName.Name, typeArgs);
System\Xaml\XamlTypeName.cs (4)
204
if (
Namespace
is null)
215
result.Append(
Namespace
);
220
string prefix = prefixGenerator.Invoke(
Namespace
);
223
throw new InvalidOperationException(SR.Format(SR.XamlTypeNameCannotGetPrefix,
Namespace
));