1 instantiation of XamlPropertyName
System.Xaml (1)
System\Xaml\Parser\XamlPropertyName.cs (1)
66
XamlPropertyName propName = new
XamlPropertyName
(ownerName, prefix, name);
19 references to XamlPropertyName
System.Xaml (19)
System\Xaml\Context\XamlContext.cs (3)
77
public XamlMember GetDottedProperty(XamlType tagType, string tagNamespace,
XamlPropertyName
propName, bool tagIsRoot)
141
public string GetAttributeNamespace(
XamlPropertyName
propName, string tagNamespace)
160
public XamlMember GetNoDotAttributeProperty(XamlType tagType,
XamlPropertyName
propName,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1144
XamlPropertyName
propertyName =
XamlPropertyName
.Parse((string)factoryMethodName);
System\Xaml\Parser\MeScanner.cs (2)
314
XamlPropertyName
propName =
XamlPropertyName
.Parse(longName);
System\Xaml\Parser\XamlAttribute.cs (3)
22
public
XamlPropertyName
Name { get; private set; }
29
public XamlAttribute(
XamlPropertyName
propName, string val, IXmlLineInfo lineInfo)
144
private XamlMember GetXamlAttributeProperty(XamlParserContext context,
XamlPropertyName
propName,
System\Xaml\Parser\XamlPropertyName.cs (4)
27
public static
XamlPropertyName
Parse(string longName)
66
XamlPropertyName
propName = new XamlPropertyName(ownerName, prefix, name);
70
public static
XamlPropertyName
Parse(string longName, string namespaceURI)
72
XamlPropertyName
propName = Parse(longName);
System\Xaml\Parser\XamlScanner.cs (5)
249
XamlPropertyName
name =
XamlPropertyName
.Parse(_xmlReader.Name, _xmlReader.NamespaceURI);
410
private void ReadPropertyElement(
XamlPropertyName
name, XamlType tagType, string tagNamespace, bool isEmptyTag)
559
XamlPropertyName
propName =
XamlPropertyName
.Parse(xmlName);