1 write to Value
System.Xaml (1)
System\Xaml\Parser\XamlAttribute.cs (1)
32Value = val;
5 references to Value
System.Xaml (5)
System\Xaml\Parser\XamlAttribute.cs (2)
126uri = Value; 135uri = Value;
System\Xaml\Parser\XamlScanner.cs (3)
379typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value, _parserContext.FindNamespaceByPrefix, out error); 757if (KS.Eq(attr.Value, KnownStrings.Preserve)) 802xamlText.Paste(attr.Value, false, convertCRLFtoLF);