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