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