19 writes to Value
PresentationFramework (19)
System\Windows\Markup\BamlReader.cs (3)
1270stringKeyRecord.Value = MapTable.GetStringFromStringId( 1516textWithIdRecord.Value = MapTable.GetStringFromStringId( 2185textWithIdRecord.Value = MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecordReader.cs (2)
1798stringKeyRecord.Value = MapTable.GetStringFromStringId( 3421bamlTextWithId.Value = MapTable.GetStringFromStringId(
System\Windows\Markup\BamlRecords.cs (6)
1377Value = bamlBinaryReader.ReadString(); 1857Value = bamlBinaryReader.ReadString(); 1946Value = bamlBinaryReader.ReadString(); 2275Value = bamlBinaryReader.ReadString(); 3087Value = bamlBinaryReader.ReadString(); 3142Value = bamlBinaryReader.ReadString();
System\Windows\Markup\BamlRecordWriter.cs (8)
458bamlLiteralContent.Value = xamlLiteralContentNode.Content; 593defKeyRecord.Value = xamlDefNode.Value; 638defRecord.Value = xamlDefNode.Value; 663attributeRecord.Value = xamlPresentationOptionsNode.Value; 1052bamlPropertyWithConverter.Value = xamlProperty.Value; 1261bamlClrProperty.Value = xamlProperty.Value; 1387bamlEvent.Value = xamlRoutedEventNode.Value; 1445bamlText.Value = xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
System\Windows\Markup\BamlReader.cs (8)
849string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1106info.Value = bamlRecord.Value; 1133info.Value = bamlRecord.Value; 1276info.Value = stringKeyRecord.Value; 1522string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 1604string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1929_value = bamlRecord.Value; 2200_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (25)
733ThrowException(nameof(SR.ParserBamlEvent), bamlRoutedEventRecord.Value); 1801dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 2032bamlLiteralContentRecord.Value, 2293ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2308ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 3292object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext); 3296ThrowException(nameof(SR.ParserNoResource), bamlDefAttributeRecord.Value); 3299SetKeyOnContext(key, bamlDefAttributeRecord.Value, CurrentContext, ParentContext); 3313CurrentContext.Uid = bamlDefAttributeRecord.Value; 3323SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3340DoRegisterName(bamlDefAttributeRecord.Value, element); 3436RootList.Add(bamlTextRecord.Value); 3462object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3470ThrowException(nameof(SR.ParserCannotConvertString), bamlTextRecord.Value, 3491iacParent.AddText(bamlTextRecord.Value); 3495AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 3502bamlTextRecord.Value); 3527bamlTextRecord.Value, converterTypeId); 3537bamlTextRecord.Value); 3551object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3560CurrentContext.ExpectedType.FullName, bamlTextRecord.Value); 3576iaddchild.AddText(bamlTextRecord.Value); 3589holder.List.Add(bamlTextRecord.Value); 3598SetConstructorParameter(bamlTextRecord.Value); 3623bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.Value);
System\Windows\Markup\BamlRecords.cs (7)
1384bamlBinaryWriter.Write(Value); 1866bamlBinaryWriter.Write(Value); 1955bamlBinaryWriter.Write(Value); 2282bamlBinaryWriter.Write(Value); 2315return string.Create(CultureInfo.InvariantCulture, $"{RecordType} attr({_attributeId}) <== '{Value}'"); 3094bamlBinaryWriter.Write(Value); 3151bamlBinaryWriter.Write(Value);
System\Windows\Markup\XamlStyleSerializer.cs (1)
121targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);
System\Windows\Markup\XamlTemplateSerializer.cs (2)
125key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext); 129object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);