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