41 references to Value
PresentationFramework (9)
System\Windows\FrameworkTemplate.cs (1)
1036case System.Xaml.XamlNodeType.Value:
System\Windows\Markup\WpfXamlLoader.cs (2)
304case System.Xaml.XamlNodeType.Value: 337case System.Xaml.XamlNodeType.Value:
System\Windows\Markup\XamlReader.cs (2)
417else if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value) 596if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value && _stack.CurrentFrame.Property == synchronousRecordProperty)
System\Windows\ResourceDictionary.cs (1)
1243else if (reader.NodeType == Xaml.XamlNodeType.Value)
System\Windows\TemplateContent.cs (3)
642case System.Xaml.XamlNodeType.Value: 829if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value) 973case System.Xaml.XamlNodeType.Value:
System.Xaml (32)
System\Xaml\InfosetObjects\XamlNodes.cs (3)
76case XamlNodeType.Value: 126case XamlNodeType.Value: 190if (NodeType == XamlNodeType.Value)
System\Xaml\Parser\MePullParser.cs (1)
526XamlNode textNode = new XamlNode(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (2)
249var textNode = new XamlNode(XamlNodeType.Value, textValue); 505case XamlNodeType.Value:
System\Xaml\Parser\XamlPullParser.cs (6)
288yield return new XamlNode(XamlNodeType.Value, string.Empty); 617yield return new XamlNode(XamlNodeType.Value, trimmed); 718yield return new XamlNode(XamlNodeType.Value, trimmed); 749yield return new XamlNode(XamlNodeType.Value, trimmed); 858XamlNode textNode = new XamlNode(XamlNodeType.Value, text.AttributeText); 1048yield return new XamlNode(XamlNodeType.Value, typeNameString);
System\Xaml\WriterDelegate.cs (1)
60_addDelegate(XamlNodeType.Value, value);
System\Xaml\XamlObjectReader.cs (14)
624XamlNode = new XamlNode(XamlNodeType.Value, sb.ToString()) 869valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue) }; 882valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue ?? string.Empty) }; 889valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue) }; 1253Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, methodName) } } 1351positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, stringValue) }); 1368positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, stringValue) }); 1373positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, argument) }); 1762Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, Name) } } 1833XamlNode = new XamlNode(XamlNodeType.Value, context.ConvertXamlTypeToString(elementType)) 2080Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, value) } } 2358nameProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, Target.Name) }); 2944case XamlNodeType.Value: 2945nodes.Add(new ValueMarkupInfo{ XamlNode = new XamlNode(XamlNodeType.Value, reader.Value) });
System\Xaml\XamlReader.cs (1)
30case XamlNodeType.Value:
System\Xaml\XamlWriter.cs (1)
51case XamlNodeType.Value:
System\Xaml\XamlXmlWriter.cs (3)
928case XamlNodeType.Value: 1878writer.meNodesStack.Peek().Add(new XamlNode(XamlNodeType.Value, value)); 2117XamlNode node = new XamlNode(XamlNodeType.Value, value);