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