2 instantiations of XamlQualifiedName
System.Xaml (2)
System\Xaml\Parser\XamlPropertyName.cs (1)
61
ownerName = new
XamlQualifiedName
(prefix, owner);
System\Xaml\Parser\XamlScanner.cs (1)
255
XamlName name = new
XamlQualifiedName
(prefix, strippedName);
3 references to XamlQualifiedName
System.Xaml (3)
System\Xaml\Parser\GenericTypeNameParser.cs (1)
52
if (!
XamlQualifiedName
.Parse(text, out prefix, out simpleName))
System\Xaml\Parser\XamlPropertyName.cs (2)
35
if (!
XamlQualifiedName
.Parse(longName, out prefix, out dottedName))
58
XamlQualifiedName
ownerName = null;