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