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