2 instantiations of XamlQualifiedName
System.Xaml (2)
System\Xaml\Parser\XamlPropertyName.cs (1)
63
ownerName = new
XamlQualifiedName
(prefix, owner);
System\Xaml\Parser\XamlScanner.cs (1)
258
XamlName name = new
XamlQualifiedName
(prefix, strippedName);
3 references to XamlQualifiedName
System.Xaml (3)
System\Xaml\Parser\GenericTypeNameParser.cs (1)
55
if (!
XamlQualifiedName
.Parse(text, out prefix, out simpleName))
System\Xaml\Parser\XamlPropertyName.cs (2)
37
if (!
XamlQualifiedName
.Parse(longName, out prefix, out dottedName))
60
XamlQualifiedName
ownerName = null;