1 instantiation of XamlAttribute
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
572
XamlAttribute attr = new
XamlAttribute
(propName, val, _xmlLineInfo);
20 references to XamlAttribute
System.Xaml (20)
System\Xaml\Parser\XamlScanner.cs (19)
31
private List<
XamlAttribute
> _attributes;
36
private
XamlAttribute
_typeArgumentAttribute;
559
List<
XamlAttribute
> list = new List<
XamlAttribute
>();
572
XamlAttribute
attr = new XamlAttribute(propName, val, _xmlLineInfo);
599
private void PreprocessForTypeArguments(List<
XamlAttribute
> attrList)
604
XamlAttribute
attr = attrList[i];
648
foreach (
XamlAttribute
attr in _attributes)
655
List<
XamlAttribute
> ctorDirectivesList = null;
656
List<
XamlAttribute
> otherDirectivesList = null;
657
List<
XamlAttribute
> otherPropertiesList = null;
658
XamlAttribute
nameAttribute = null;
661
foreach (
XamlAttribute
attr in _attributes)
672
ctorDirectivesList = new List<
XamlAttribute
>();
687
otherDirectivesList = new List<
XamlAttribute
>();
696
otherPropertiesList = new List<
XamlAttribute
>();
704
_attributes = new List<
XamlAttribute
>();
754
XamlAttribute
attr = _attributes[_nextAttribute++];
858
private void EnqueuePrefixDefinition(
XamlAttribute
attr)
System\Xaml\Parser\XamlScannerNode.cs (1)
23
public XamlScannerNode(
XamlAttribute
attr)