8 references to Value
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
128
str +=
Value
.ToString();
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
300
get { return _current.
Value
; }
System\Xaml\ReaderBaseDelegate.cs (1)
49
get { return _currentNode.
Value
; }
System\Xaml\XamlObjectReader.cs (4)
157
return currentXamlNode.
Value
;
767
if (!isPreviousItemValue && !ShouldUnwrapDueToWhitespace((string)childOvInfo.XamlNode.
Value
, xamlType, isFirstElementOfCollection, isLastElementOfCollection))
2095
return Equals(valueInfo.XamlNode.
Value
, string.Empty);
2137
if (valueInfo?.XamlNode.
Value
is string name)
System\Xaml\XamlXmlWriter.cs (1)
932
writer.currentState.WriteValue(writer, node.
Value
as string);