41 references to Value
PresentationFramework (9)
System\Windows\FrameworkTemplate.cs (1)
1051case System.Xaml.XamlNodeType.Value:
System\Windows\Markup\WpfXamlLoader.cs (2)
309case System.Xaml.XamlNodeType.Value: 342case System.Xaml.XamlNodeType.Value:
System\Windows\Markup\XamlReader.cs (2)
430else if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value) 613if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value && _stack.CurrentFrame.Property == synchronousRecordProperty)
System\Windows\ResourceDictionary.cs (1)
1195else if (reader.NodeType == Xaml.XamlNodeType.Value)
System\Windows\TemplateContent.cs (3)
649case System.Xaml.XamlNodeType.Value: 836if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value) 980case System.Xaml.XamlNodeType.Value:
System.Xaml (32)
System\Xaml\InfosetObjects\XamlNodes.cs (3)
79case XamlNodeType.Value: 129case XamlNodeType.Value: 189if (NodeType == XamlNodeType.Value)
System\Xaml\Parser\MePullParser.cs (1)
508XamlNode textNode = new XamlNode(XamlNodeType.Value, text);
System\Xaml\Parser\NodeStreamSorter.cs (2)
248var textNode = new XamlNode(XamlNodeType.Value, textValue); 486case XamlNodeType.Value:
System\Xaml\Parser\XamlPullParser.cs (6)
276yield return new XamlNode(XamlNodeType.Value, string.Empty); 585yield return new XamlNode(XamlNodeType.Value, trimmed); 681yield return new XamlNode(XamlNodeType.Value, trimmed); 712yield return new XamlNode(XamlNodeType.Value, trimmed); 820XamlNode textNode = new XamlNode(XamlNodeType.Value, text.AttributeText); 1002yield return new XamlNode(XamlNodeType.Value, typeNameString);
System\Xaml\WriterDelegate.cs (1)
61_addDelegate(XamlNodeType.Value, value);
System\Xaml\XamlObjectReader.cs (14)
628XamlNode = new XamlNode(XamlNodeType.Value, sb.ToString()) 877valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue) }; 890valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue ?? string.Empty) }; 897valueInfo = new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, propertyValue) }; 1257Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, methodName) } } 1354positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, stringValue) }); 1370positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, stringValue) }); 1375positionalParametersProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, argument) }); 1758Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, Name) } } 1829XamlNode = new XamlNode(XamlNodeType.Value, context.ConvertXamlTypeToString(elementType)) 2073Children = { new ValueMarkupInfo() { XamlNode = new XamlNode(XamlNodeType.Value, value) } } 2349nameProperty.Children.Add(new ValueMarkupInfo { XamlNode = new XamlNode(XamlNodeType.Value, Target.Name) }); 2928case XamlNodeType.Value: 2929nodes.Add(new ValueMarkupInfo{ XamlNode = new XamlNode(XamlNodeType.Value, reader.Value) });
System\Xaml\XamlReader.cs (1)
30case XamlNodeType.Value:
System\Xaml\XamlWriter.cs (1)
52case XamlNodeType.Value:
System\Xaml\XamlXmlWriter.cs (3)
916case XamlNodeType.Value: 1859writer.meNodesStack.Peek().Add(new XamlNode(XamlNodeType.Value, value)); 2096XamlNode node = new XamlNode(XamlNodeType.Value, value);