19 writes to Value
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (3)
1269
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
1521
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
2193
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (2)
1779
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
3403
bamlTextWithId.
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;
43 references to Value
PresentationFramework (43)
System\Windows\Markup\BamlReader.cs (8)
842
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1100
Value = bamlRecord.
Value
,
1129
Value = bamlRecord.
Value
,
1276
Value = stringKeyRecord.
Value
,
1527
string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).
Value
);
1609
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1935
_value = bamlRecord.
Value
;
2208
_value = ((BamlTextRecord)_currentBamlRecord).
Value
;
System\Windows\Markup\BamlRecordReader.cs (25)
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,
3274
object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.
Value
, ParserContext);
3278
ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.
Value
);
3281
SetKeyOnContext(key, bamlDefAttributeRecord.
Value
, CurrentContext, ParentContext);
3295
CurrentContext.Uid = bamlDefAttributeRecord.
Value
;
3305
SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.
Value
);
3322
DoRegisterName(bamlDefAttributeRecord.
Value
, element);
3418
RootList.Add(bamlTextRecord.
Value
);
3444
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3452
ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.
Value
,
3473
iacParent.AddText(bamlTextRecord.
Value
);
3477
AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.
Value
);
3484
bamlTextRecord.
Value
);
3509
bamlTextRecord.
Value
, converterTypeId);
3519
bamlTextRecord.
Value
);
3533
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3542
CurrentContext.ExpectedType.FullName, bamlTextRecord.
Value
);
3558
iaddchild.AddText(bamlTextRecord.
Value
);
3571
holder.List.Add(bamlTextRecord.
Value
);
3580
SetConstructorParameter(bamlTextRecord.
Value
);
3605
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);