1 instantiation of XamlPropertyName
System.Xaml (1)
System\Xaml\Parser\XamlPropertyName.cs (1)
64
XamlPropertyName propName = new
XamlPropertyName
(ownerName, prefix, name);
19 references to XamlPropertyName
System.Xaml (19)
System\Xaml\Context\XamlContext.cs (3)
74
public XamlMember GetDottedProperty(XamlType tagType, string tagNamespace,
XamlPropertyName
propName, bool tagIsRoot)
138
public string GetAttributeNamespace(
XamlPropertyName
propName, string tagNamespace)
157
public XamlMember GetNoDotAttributeProperty(XamlType tagType,
XamlPropertyName
propName,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1142
XamlPropertyName
propertyName =
XamlPropertyName
.Parse((string)factoryMethodName);
System\Xaml\Parser\MeScanner.cs (2)
311
XamlPropertyName
propName =
XamlPropertyName
.Parse(longName);
System\Xaml\Parser\XamlAttribute.cs (3)
20
public
XamlPropertyName
Name { get; private set; }
27
public XamlAttribute(
XamlPropertyName
propName, string val, IXmlLineInfo lineInfo)
142
private XamlMember GetXamlAttributeProperty(XamlParserContext context,
XamlPropertyName
propName,
System\Xaml\Parser\XamlPropertyName.cs (4)
25
public static
XamlPropertyName
Parse(string longName)
64
XamlPropertyName
propName = new XamlPropertyName(ownerName, prefix, name);
68
public static
XamlPropertyName
Parse(string longName, string namespaceURI)
70
XamlPropertyName
propName = Parse(longName);
System\Xaml\Parser\XamlScanner.cs (5)
246
XamlPropertyName
name =
XamlPropertyName
.Parse(_xmlReader.Name, _xmlReader.NamespaceURI);
407
private void ReadPropertyElement(
XamlPropertyName
name, XamlType tagType, string tagNamespace, bool isEmptyTag)
556
XamlPropertyName
propName =
XamlPropertyName
.Parse(xmlName);