19 writes to Value
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (3)
1260stringKeyRecord.Value = MapTable.GetStringFromStringId( 1506textWithIdRecord.Value = MapTable.GetStringFromStringId( 2175textWithIdRecord.Value = MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (2)
1789stringKeyRecord.Value = MapTable.GetStringFromStringId( 3412bamlTextWithId.Value = MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (6)
1371Value = bamlBinaryReader.ReadString(); 1851Value = bamlBinaryReader.ReadString(); 1940Value = bamlBinaryReader.ReadString(); 2269Value = bamlBinaryReader.ReadString(); 3081Value = bamlBinaryReader.ReadString(); 3136Value = bamlBinaryReader.ReadString();
System\Windows\Markup\BamlRecordWriter.cs (8)
455bamlLiteralContent.Value = xamlLiteralContentNode.Content; 590defKeyRecord.Value = xamlDefNode.Value; 635defRecord.Value = xamlDefNode.Value; 660attributeRecord.Value = xamlPresentationOptionsNode.Value; 1049bamlPropertyWithConverter.Value = xamlProperty.Value; 1258bamlClrProperty.Value = xamlProperty.Value; 1384bamlEvent.Value = xamlRoutedEventNode.Value; 1442bamlText.Value = xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
System\Windows\Markup\BamlReader.cs (8)
839string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1096info.Value = bamlRecord.Value; 1123info.Value = bamlRecord.Value; 1266info.Value = stringKeyRecord.Value; 1512string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 1594string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1919_value = bamlRecord.Value; 2190_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (25)
724ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.Value); 1792dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 2023bamlLiteralContentRecord.Value, 2284ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2299ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 3283object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext); 3287ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.Value); 3290SetKeyOnContext(key, bamlDefAttributeRecord.Value, CurrentContext, ParentContext); 3304CurrentContext.Uid = bamlDefAttributeRecord.Value; 3314SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3331DoRegisterName(bamlDefAttributeRecord.Value, element); 3427RootList.Add(bamlTextRecord.Value); 3453object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3461ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.Value, 3482iacParent.AddText(bamlTextRecord.Value); 3486AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 3493bamlTextRecord.Value); 3518bamlTextRecord.Value, converterTypeId); 3528bamlTextRecord.Value); 3542object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3551CurrentContext.ExpectedType.FullName, bamlTextRecord.Value); 3567iaddchild.AddText(bamlTextRecord.Value); 3580holder.List.Add(bamlTextRecord.Value); 3589SetConstructorParameter(bamlTextRecord.Value); 3614bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.Value);
System\Windows\Markup\BamlRecords.cs (7)
1378bamlBinaryWriter.Write(Value); 1860bamlBinaryWriter.Write(Value); 1949bamlBinaryWriter.Write(Value); 2276bamlBinaryWriter.Write(Value); 2309return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({_attributeId}) <== '{Value}'"); 3088bamlBinaryWriter.Write(Value); 3145bamlBinaryWriter.Write(Value);
System\Windows\Markup\XamlStyleSerializer.cs (1)
110targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
114key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext); 118object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);