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