1 write to Value
System.Xaml (1)
System\Xaml\Parser\XamlAttribute.cs (1)
30Value = val;
5 references to Value
System.Xaml (5)
System\Xaml\Parser\XamlAttribute.cs (2)
124uri = Value; 133uri = Value;
System\Xaml\Parser\XamlScanner.cs (3)
376typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value, _parserContext.FindNamespaceByPrefix, out error); 754if (KS.Eq(attr.Value, KnownStrings.Preserve)) 799xamlText.Paste(attr.Value, false, convertCRLFtoLF);