1 instantiation of XamlPropertyName
System.Xaml (1)
System\Xaml\Parser\XamlPropertyName.cs (1)
63
XamlPropertyName propName = new
XamlPropertyName
(ownerName, prefix, name);
19 references to XamlPropertyName
System.Xaml (19)
System\Xaml\Context\XamlContext.cs (3)
75
public XamlMember GetDottedProperty(XamlType tagType, string tagNamespace,
XamlPropertyName
propName, bool tagIsRoot)
143
public string GetAttributeNamespace(
XamlPropertyName
propName, string tagNamespace)
163
public XamlMember GetNoDotAttributeProperty(XamlType tagType,
XamlPropertyName
propName,
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1172
XamlPropertyName
propertyName =
XamlPropertyName
.Parse((string)factoryMethodName);
System\Xaml\Parser\MeScanner.cs (2)
316
XamlPropertyName
propName =
XamlPropertyName
.Parse(longName);
System\Xaml\Parser\XamlAttribute.cs (3)
19
public
XamlPropertyName
Name { get; private set; }
26
public XamlAttribute(
XamlPropertyName
propName, string val, IXmlLineInfo lineInfo)
142
private XamlMember GetXamlAttributeProperty(XamlParserContext context,
XamlPropertyName
propName,
System\Xaml\Parser\XamlPropertyName.cs (4)
24
public static
XamlPropertyName
Parse(string longName)
63
XamlPropertyName
propName = new XamlPropertyName(ownerName, prefix, name);
67
public static
XamlPropertyName
Parse(string longName, string namespaceURI)
69
XamlPropertyName
propName = Parse(longName);
System\Xaml\Parser\XamlScanner.cs (5)
247
XamlPropertyName
name =
XamlPropertyName
.Parse(_xmlReader.Name, _xmlReader.NamespaceURI);
412
private void ReadPropertyElement(
XamlPropertyName
name, XamlType tagType, string tagNamespace, bool isEmptyTag)
565
XamlPropertyName
propName =
XamlPropertyName
.Parse(xmlName);