19 writes to Value
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (3)
1260
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
1506
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
2175
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (2)
1789
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
3412
bamlTextWithId.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (6)
1371
Value
= bamlBinaryReader.ReadString();
1851
Value
= bamlBinaryReader.ReadString();
1940
Value
= bamlBinaryReader.ReadString();
2269
Value
= bamlBinaryReader.ReadString();
3081
Value
= bamlBinaryReader.ReadString();
3136
Value
= bamlBinaryReader.ReadString();
System\Windows\Markup\BamlRecordWriter.cs (8)
455
bamlLiteralContent.
Value
= xamlLiteralContentNode.Content;
590
defKeyRecord.
Value
= xamlDefNode.Value;
635
defRecord.
Value
= xamlDefNode.Value;
660
attributeRecord.
Value
= xamlPresentationOptionsNode.Value;
1049
bamlPropertyWithConverter.
Value
= xamlProperty.Value;
1258
bamlClrProperty.
Value
= xamlProperty.Value;
1384
bamlEvent.
Value
= xamlRoutedEventNode.Value;
1442
bamlText.
Value
= xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
System\Windows\Markup\BamlReader.cs (8)
839
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1096
info.Value = bamlRecord.
Value
;
1123
info.Value = bamlRecord.
Value
;
1266
info.Value = stringKeyRecord.
Value
;
1512
string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).
Value
);
1594
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1919
_value = bamlRecord.
Value
;
2190
_value = ((BamlTextRecord)_currentBamlRecord).
Value
;
System\Windows\Markup\BamlRecordReader.cs (25)
724
ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.
Value
);
1792
dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.
Value
, ParserContext);
2023
bamlLiteralContentRecord.
Value
,
2284
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId, 0);
2299
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId,
3283
object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.
Value
, ParserContext);
3287
ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.
Value
);
3290
SetKeyOnContext(key, bamlDefAttributeRecord.
Value
, CurrentContext, ParentContext);
3304
CurrentContext.Uid = bamlDefAttributeRecord.
Value
;
3314
SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.
Value
);
3331
DoRegisterName(bamlDefAttributeRecord.
Value
, element);
3427
RootList.Add(bamlTextRecord.
Value
);
3453
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3461
ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.
Value
,
3482
iacParent.AddText(bamlTextRecord.
Value
);
3486
AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.
Value
);
3493
bamlTextRecord.
Value
);
3518
bamlTextRecord.
Value
, converterTypeId);
3528
bamlTextRecord.
Value
);
3542
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3551
CurrentContext.ExpectedType.FullName, bamlTextRecord.
Value
);
3567
iaddchild.AddText(bamlTextRecord.
Value
);
3580
holder.List.Add(bamlTextRecord.
Value
);
3589
SetConstructorParameter(bamlTextRecord.
Value
);
3614
bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.
Value
);
System\Windows\Markup\BamlRecords.cs (7)
1378
bamlBinaryWriter.Write(
Value
);
1860
bamlBinaryWriter.Write(
Value
);
1949
bamlBinaryWriter.Write(
Value
);
2276
bamlBinaryWriter.Write(
Value
);
2309
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({_attributeId}) <== '{
Value
}'");
3088
bamlBinaryWriter.Write(
Value
);
3145
bamlBinaryWriter.Write(
Value
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
110
targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
114
key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
118
object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);