26 references to Value
PresentationBuildTasks (26)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
70LocComments.ParsePropertyComments(node.Value); 71_currentComment.Comments = node.Value; 79LocComments.ParsePropertyLocalizabilityAttributes(node.Value); 80_currentComment.Attributes = node.Value;
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
146string attributeValue = xamlPropertyNode.Value; 169xamlPropertyNode.Value,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (4)
994bamlPropertyCustom.Value = xamlProperty.Value; 1013Type ownerType = _xamlTypeMapper.GetDependencyPropertyOwnerAndName(xamlProperty.Value, 1046bamlPropertyWithConverter.Value = xamlProperty.Value; 1255bamlClrProperty.Value = xamlProperty.Value;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (6)
349string member = xamlPropertyNode.Value; 1297_styleTargetTypeString = xamlPropertyNode.Value; 1332xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1363xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1387_event = xamlPropertyNode.Value; 1391_handler = xamlPropertyNode.Value;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (9)
398string member = xamlPropertyNode.Value; 1445xamlPropertyNode.Value, 1478if (_IDTypes.ContainsKey(xamlPropertyNode.Value)) 1480ThrowException(nameof(SR.TemplateDupName), xamlPropertyNode.Value, 1485_IDTypes[xamlPropertyNode.Value] = _elementTypeStack.Peek() as Type; 1515xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1524_setterTargetNameOrConditionSourceName = xamlPropertyNode.Value; 1553xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1562_setterTargetNameOrConditionSourceName = xamlPropertyNode.Value;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
334xamlPropertyNode.Value,