26 references to Value
PresentationBuildTasks (26)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (4)
79LocComments.ParsePropertyComments(node.Value); 80_currentComment.Comments = node.Value; 88LocComments.ParsePropertyLocalizabilityAttributes(node.Value); 89_currentComment.Attributes = node.Value;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
155string attributeValue = xamlPropertyNode.Value; 178xamlPropertyNode.Value,
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
1009bamlPropertyCustom.Value = xamlProperty.Value; 1028Type ownerType = _xamlTypeMapper.GetDependencyPropertyOwnerAndName(xamlProperty.Value, 1061bamlPropertyWithConverter.Value = xamlProperty.Value; 1270bamlClrProperty.Value = xamlProperty.Value;
Framework\System\Windows\Markup\StyleXamlParser.cs (6)
358string member = xamlPropertyNode.Value; 1309_styleTargetTypeString = xamlPropertyNode.Value; 1344xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1375xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1399_event = xamlPropertyNode.Value; 1403_handler = xamlPropertyNode.Value;
Framework\System\Windows\Markup\TemplateXamlParser.cs (9)
406string member = xamlPropertyNode.Value; 1457xamlPropertyNode.Value, 1490if (_IDTypes.ContainsKey(xamlPropertyNode.Value)) 1492ThrowException(SRID.TemplateDupName, xamlPropertyNode.Value, 1497_IDTypes[xamlPropertyNode.Value] = _elementTypeStack.Peek() as Type; 1527xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1536_setterTargetNameOrConditionSourceName = xamlPropertyNode.Value; 1565xamlPropertyNode.SetValue(xamlPropertyNode.Value.Trim()); 1574_setterTargetNameOrConditionSourceName = xamlPropertyNode.Value;
Framework\System\Windows\Markup\XamlParser.cs (1)
342xamlPropertyNode.Value,