8 references to Value
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
130str += Value.ToString();
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
293get { return _current.Value; }
System\Xaml\ReaderBaseDelegate.cs (1)
49get { return _currentNode.Value; }
System\Xaml\XamlObjectReader.cs (4)
162return currentXamlNode.Value; 775if (!isPreviousItemValue && !ShouldUnwrapDueToWhitespace((string)childOvInfo.XamlNode.Value, xamlType, isFirstElementOfCollection, isLastElementOfCollection)) 2087return Equals(valueInfo.XamlNode.Value, string.Empty); 2129if (valueInfo?.XamlNode.Value is string name)
System\Xaml\XamlXmlWriter.cs (1)
917writer.currentState.WriteValue(writer, node.Value as string);