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