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)
76
public XamlMember GetDottedProperty(XamlType tagType, string tagNamespace,
XamlPropertyName
propName, bool tagIsRoot)
144
public string GetAttributeNamespace(
XamlPropertyName
propName, string tagNamespace)
164
public XamlMember GetNoDotAttributeProperty(XamlType tagType,
XamlPropertyName
propName,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1173
XamlPropertyName
propertyName =
XamlPropertyName
.Parse((string)factoryMethodName);
System\Xaml\Parser\MeScanner.cs (2)
317
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)
143
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)
248
XamlPropertyName
name =
XamlPropertyName
.Parse(_xmlReader.Name, _xmlReader.NamespaceURI);
413
private void ReadPropertyElement(
XamlPropertyName
name, XamlType tagType, string tagNamespace, bool isEmptyTag)
566
XamlPropertyName
propName =
XamlPropertyName
.Parse(xmlName);