1 instantiation of XamlAttribute
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
573XamlAttribute attr = new XamlAttribute(propName, val, _xmlLineInfo);
20 references to XamlAttribute
System.Xaml (20)
System\Xaml\Parser\XamlScanner.cs (19)
32List<XamlAttribute> _attributes; 37XamlAttribute _typeArgumentAttribute; 560List<XamlAttribute> list = new List<XamlAttribute>(); 573XamlAttribute attr = new XamlAttribute(propName, val, _xmlLineInfo); 600private void PreprocessForTypeArguments(List<XamlAttribute> attrList) 605XamlAttribute attr = attrList[i]; 649foreach (XamlAttribute attr in _attributes) 656List<XamlAttribute> ctorDirectivesList = null; 657List<XamlAttribute> otherDirectivesList = null; 658List<XamlAttribute> otherPropertiesList = null; 659XamlAttribute nameAttribute = null; 662foreach (XamlAttribute attr in _attributes) 673ctorDirectivesList = new List<XamlAttribute>(); 688otherDirectivesList = new List<XamlAttribute>(); 697otherPropertiesList = new List<XamlAttribute>(); 705_attributes = new List<XamlAttribute>(); 755XamlAttribute attr = _attributes[_nextAttribute++]; 859private void EnqueuePrefixDefinition(XamlAttribute attr)
System\Xaml\Parser\XamlScannerNode.cs (1)
24public XamlScannerNode(XamlAttribute attr)