19 writes to Value
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (3)
1270
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
1522
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
2194
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (2)
1780
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
3404
bamlTextWithId.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (6)
1365
Value
= bamlBinaryReader.ReadString();
1845
Value
= bamlBinaryReader.ReadString();
1934
Value
= bamlBinaryReader.ReadString();
2263
Value
= bamlBinaryReader.ReadString();
3075
Value
= bamlBinaryReader.ReadString();
3130
Value
= bamlBinaryReader.ReadString();
System\Windows\Markup\BamlRecordWriter.cs (8)
455
bamlLiteralContent.
Value
= xamlLiteralContentNode.Content;
588
defKeyRecord.
Value
= xamlDefNode.Value;
633
defRecord.
Value
= xamlDefNode.Value;
658
attributeRecord.
Value
= xamlPresentationOptionsNode.Value;
1047
bamlPropertyWithConverter.
Value
= xamlProperty.Value;
1256
bamlClrProperty.
Value
= xamlProperty.Value;
1382
bamlEvent.
Value
= xamlRoutedEventNode.Value;
1440
bamlText.
Value
= xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
System\Windows\Markup\BamlReader.cs (8)
843
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1101
Value = bamlRecord.
Value
,
1130
Value = bamlRecord.
Value
,
1277
Value = stringKeyRecord.
Value
,
1528
string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).
Value
);
1610
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1936
_value = bamlRecord.
Value
;
2209
_value = ((BamlTextRecord)_currentBamlRecord).
Value
;
System\Windows\Markup\BamlRecordReader.cs (25)
715
ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.
Value
);
1783
dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.
Value
, ParserContext);
2014
bamlLiteralContentRecord.
Value
,
2275
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId, 0);
2290
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId,
3275
object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.
Value
, ParserContext);
3279
ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.
Value
);
3282
SetKeyOnContext(key, bamlDefAttributeRecord.
Value
, CurrentContext, ParentContext);
3296
CurrentContext.Uid = bamlDefAttributeRecord.
Value
;
3306
SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.
Value
);
3323
DoRegisterName(bamlDefAttributeRecord.
Value
, element);
3419
RootList.Add(bamlTextRecord.
Value
);
3445
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3453
ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.
Value
,
3474
iacParent.AddText(bamlTextRecord.
Value
);
3478
AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.
Value
);
3485
bamlTextRecord.
Value
);
3510
bamlTextRecord.
Value
, converterTypeId);
3520
bamlTextRecord.
Value
);
3534
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3543
CurrentContext.ExpectedType.FullName, bamlTextRecord.
Value
);
3559
iaddchild.AddText(bamlTextRecord.
Value
);
3572
holder.List.Add(bamlTextRecord.
Value
);
3581
SetConstructorParameter(bamlTextRecord.
Value
);
3606
bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.
Value
);
System\Windows\Markup\BamlRecords.cs (7)
1372
bamlBinaryWriter.Write(
Value
);
1854
bamlBinaryWriter.Write(
Value
);
1943
bamlBinaryWriter.Write(
Value
);
2270
bamlBinaryWriter.Write(
Value
);
2303
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({_attributeId}) <== '{
Value
}'");
3082
bamlBinaryWriter.Write(
Value
);
3139
bamlBinaryWriter.Write(
Value
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
112
targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
116
key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
120
object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);