8 references to Value
System.Xaml (8)
System\Xaml\InfosetObjects\XamlNodes.cs (1)
127
str +=
Value
.ToString();
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
299
get { return _current.
Value
; }
System\Xaml\ReaderBaseDelegate.cs (1)
48
get { return _currentNode.
Value
; }
System\Xaml\XamlObjectReader.cs (4)
156
return currentXamlNode.
Value
;
766
if (!isPreviousItemValue && !ShouldUnwrapDueToWhitespace((string)childOvInfo.XamlNode.
Value
, xamlType, isFirstElementOfCollection, isLastElementOfCollection))
2094
return Equals(valueInfo.XamlNode.
Value
, string.Empty);
2136
if (valueInfo?.XamlNode.
Value
is string name)
System\Xaml\XamlXmlWriter.cs (1)
929
writer.currentState.WriteValue(writer, node.
Value
as string);