19 writes to Value
PresentationFramework (19)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
1282
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
1528
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
2208
textWithIdRecord.
Value
= MapTable.GetStringFromStringId(
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1829
stringKeyRecord.
Value
= MapTable.GetStringFromStringId(
3457
bamlTextWithId.
Value
= MapTable.GetStringFromStringId(
src\Framework\System\Windows\Markup\BamlRecords.cs (6)
1403
Value
= bamlBinaryReader.ReadString();
1898
Value
= bamlBinaryReader.ReadString();
1993
Value
= bamlBinaryReader.ReadString();
2348
Value
= bamlBinaryReader.ReadString();
3237
Value
= bamlBinaryReader.ReadString();
3297
Value
= bamlBinaryReader.ReadString();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (8)
466
bamlLiteralContent.
Value
= xamlLiteralContentNode.Content;
602
defKeyRecord.
Value
= xamlDefNode.Value;
647
defRecord.
Value
= xamlDefNode.Value;
672
attributeRecord.
Value
= xamlPresentationOptionsNode.Value;
1061
bamlPropertyWithConverter.
Value
= xamlProperty.Value;
1270
bamlClrProperty.
Value
= xamlProperty.Value;
1396
bamlEvent.
Value
= xamlRoutedEventNode.Value;
1454
bamlText.
Value
= xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
src\Framework\System\Windows\Markup\BamlReader.cs (8)
861
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1118
info.Value = bamlRecord.
Value
;
1145
info.Value = bamlRecord.
Value
;
1288
info.Value = stringKeyRecord.
Value
;
1534
string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).
Value
);
1616
string value = ((BamlPropertyRecord)_currentBamlRecord).
Value
;
1951
_value = bamlRecord.
Value
;
2223
_value = ((BamlTextRecord)_currentBamlRecord).
Value
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (25)
751
ThrowException(SRID.ParserBamlEvent, bamlRoutedEventRecord.
Value
);
1832
dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.
Value
, ParserContext);
2063
bamlLiteralContentRecord.
Value
,
2324
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId, 0);
2339
ReadPropertyRecordBase(bamlPropertyRecord.
Value
, bamlPropertyRecord.AttributeId,
3327
object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.
Value
, ParserContext);
3331
ThrowException(SRID.ParserNoResource, bamlDefAttributeRecord.
Value
);
3334
SetKeyOnContext(key, bamlDefAttributeRecord.
Value
, CurrentContext, ParentContext);
3348
CurrentContext.Uid = bamlDefAttributeRecord.
Value
;
3358
SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.
Value
);
3375
DoRegisterName(bamlDefAttributeRecord.
Value
, element);
3472
RootList.Add(bamlTextRecord.
Value
);
3498
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3506
ThrowException(SRID.ParserCannotConvertString, bamlTextRecord.
Value
,
3527
iacParent.AddText(bamlTextRecord.
Value
);
3531
AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.
Value
);
3538
bamlTextRecord.
Value
);
3563
bamlTextRecord.
Value
, converterTypeId);
3573
bamlTextRecord.
Value
);
3587
object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.
Value
, converterTypeId);
3596
CurrentContext.ExpectedType.FullName, bamlTextRecord.
Value
);
3612
iaddchild.AddText(bamlTextRecord.
Value
);
3625
holder.List.Add(bamlTextRecord.
Value
);
3634
SetConstructorParameter(bamlTextRecord.
Value
);
3659
bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.
Value
);
src\Framework\System\Windows\Markup\BamlRecords.cs (7)
1410
bamlBinaryWriter.Write(
Value
);
1907
bamlBinaryWriter.Write(
Value
);
2002
bamlBinaryWriter.Write(
Value
);
2355
bamlBinaryWriter.Write(
Value
);
2390
RecordType, _attributeId,
Value
);
3244
bamlBinaryWriter.Write(
Value
);
3309
bamlBinaryWriter.Write(
Value
);
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
125
targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
130
key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);
134
object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.
Value
, parserContext);