16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (1)
1269
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (1)
1779
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (6)
1364
Value
= bamlBinaryReader.ReadString();
1844
Value
= bamlBinaryReader.ReadString();
1933
Value
= bamlBinaryReader.ReadString();
2262
Value
= bamlBinaryReader.ReadString();
3074
Value
= bamlBinaryReader.ReadString();
3129
Value
= bamlBinaryReader.ReadString();
System\Windows\Markup\BamlRecordWriter.cs (8)
454
bamlLiteralContent.
Value
= xamlLiteralContentNode.Content;
587
defKeyRecord.
Value
= xamlDefNode.Value;
632
defRecord.
Value
= xamlDefNode.Value;
657
attributeRecord.
Value
= xamlPresentationOptionsNode.Value;
1046
bamlPropertyWithConverter.
Value
= xamlProperty.Value;
1255
bamlClrProperty.
Value
= xamlProperty.Value;
1381
bamlEvent.
Value
= xamlRoutedEventNode.Value;
1439
bamlText.
Value
= xamlTextNode.Text;
46 references to Value
PresentationFramework (46)
System\Windows\Markup\BamlReader.cs (10)
842
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1100
Value = bamlRecord.
Value
,
1129
Value = bamlRecord.
Value
,
1276
Value = stringKeyRecord.
Value
,
1519
textWithIdRecord?.
Value
= MapTable.GetStringFromStringId(
1524
string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).
Value
);
1606
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1932
_value = bamlRecord.
Value
;
2188
textWithIdRecord?.
Value
= MapTable.GetStringFromStringId(
2202
_value = ((BamlTextRecord)_currentBamlRecord).
Value
;
System\Windows\Markup\BamlRecordReader.cs (26)
714
ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.
Value
);
1782
dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.
Value
, ParserContext);
2013
bamlLiteralContentRecord.
Value
,
2274
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId, 0);
2289
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId,
3271
object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.
Value
, ParserContext);
3275
ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.
Value
);
3278
SetKeyOnContext(key, bamlDefAttributeRecord.
Value
, CurrentContext, ParentContext);
3292
CurrentContext.Uid = bamlDefAttributeRecord.
Value
;
3302
SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.
Value
);
3319
DoRegisterName(bamlDefAttributeRecord.
Value
, element);
3398
bamlTextWithId?.
Value
= MapTable.GetStringFromStringId(
3412
RootList.Add(bamlTextRecord.
Value
);
3438
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3446
ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.
Value
,
3467
iacParent.AddText(bamlTextRecord.
Value
);
3471
AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.
Value
);
3478
bamlTextRecord.
Value
);
3503
bamlTextRecord.
Value
, converterTypeId);
3513
bamlTextRecord.
Value
);
3527
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3536
CurrentContext.ExpectedType.FullName, bamlTextRecord.
Value
);
3552
iaddchild.AddText(bamlTextRecord.
Value
);
3565
holder.List.Add(bamlTextRecord.
Value
);
3574
SetConstructorParameter(bamlTextRecord.
Value
);
3599
bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.
Value
);
System\Windows\Markup\BamlRecords.cs (7)
1371
bamlBinaryWriter.Write(
Value
);
1853
bamlBinaryWriter.Write(
Value
);
1942
bamlBinaryWriter.Write(
Value
);
2269
bamlBinaryWriter.Write(
Value
);
2302
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({_attributeId}) <== '{
Value
}'");
3081
bamlBinaryWriter.Write(
Value
);
3138
bamlBinaryWriter.Write(
Value
);
System\Windows\Markup\XamlStyleSerializer.cs (1)
111
targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
115
key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
119
object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);