4 references to ClrNamespace
System.Xaml (4)
System\Xaml\MS\Impl\AssemblyNamespacePair.cs (1)
9
/// Holds a <see cref="WeakReference"/> to an <see cref="Reflection.Assembly"/> associated with the current <see cref="
ClrNamespace
"/>.
System\Xaml\Schema\XamlNamespace.cs (2)
218
string clrPrefix = assemblyNamespacePair.
ClrNamespace
;
256
string longName = $"{assemblyNamespacePair.
ClrNamespace
}.{shortName}";
System\Xaml\XamlLanguage.cs (1)
380
if (nsPair.
ClrNamespace
== SWMNamespace && nsPair.Assembly == typeof(XamlLanguage).Assembly)