1 instantiation of XamlAttribute
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
566XamlAttribute attr = new XamlAttribute(propName, val, _xmlLineInfo);
20 references to XamlAttribute
System.Xaml (20)
System\Xaml\Parser\XamlScanner.cs (19)
35List<XamlAttribute> _attributes; 40XamlAttribute _typeArgumentAttribute; 553List<XamlAttribute> list = new List<XamlAttribute>(); 566XamlAttribute attr = new XamlAttribute(propName, val, _xmlLineInfo); 591private void PreprocessForTypeArguments(List<XamlAttribute> attrList) 596XamlAttribute attr = attrList[i]; 639foreach (XamlAttribute attr in _attributes) 646List<XamlAttribute> ctorDirectivesList = null; 647List<XamlAttribute> otherDirectivesList = null; 648List<XamlAttribute> otherPropertiesList = null; 649XamlAttribute nameAttribute = null; 652foreach (XamlAttribute attr in _attributes) 663ctorDirectivesList = new List<XamlAttribute>(); 677otherDirectivesList = new List<XamlAttribute>(); 685otherPropertiesList = new List<XamlAttribute>(); 692_attributes = new List<XamlAttribute>(); 741XamlAttribute attr = _attributes[_nextAttribute++]; 841private void EnqueuePrefixDefinition(XamlAttribute attr)
System\Xaml\Parser\XamlScannerNode.cs (1)
25public XamlScannerNode(XamlAttribute attr)