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)
123uri = Value; 133uri = Value;
System\Xaml\Parser\XamlScanner.cs (3)
380typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value, _parserContext.FindNamespaceByPrefix, out error); 771if (KS.Eq(attr.Value, KnownStrings.Preserve)) 817xamlText.Paste(attr.Value, false, convertCRLFtoLF);