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