19 writes to Value
PresentationFramework (19)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
1282stringKeyRecord.Value = MapTable.GetStringFromStringId( 1528textWithIdRecord.Value = MapTable.GetStringFromStringId( 2208textWithIdRecord.Value = MapTable.GetStringFromStringId(
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1829stringKeyRecord.Value = MapTable.GetStringFromStringId( 3457bamlTextWithId.Value = MapTable.GetStringFromStringId(
src\Framework\System\Windows\Markup\BamlRecords.cs (6)
1403Value = bamlBinaryReader.ReadString(); 1898Value = bamlBinaryReader.ReadString(); 1993Value = bamlBinaryReader.ReadString(); 2348Value = bamlBinaryReader.ReadString(); 3237Value = bamlBinaryReader.ReadString(); 3297Value = bamlBinaryReader.ReadString();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (8)
466bamlLiteralContent.Value = xamlLiteralContentNode.Content; 602defKeyRecord.Value = xamlDefNode.Value; 647defRecord.Value = xamlDefNode.Value; 672attributeRecord.Value = xamlPresentationOptionsNode.Value; 1061bamlPropertyWithConverter.Value = xamlProperty.Value; 1270bamlClrProperty.Value = xamlProperty.Value; 1396bamlEvent.Value = xamlRoutedEventNode.Value; 1454bamlText.Value = xamlTextNode.Text;
43 references to Value
PresentationFramework (43)
src\Framework\System\Windows\Markup\BamlReader.cs (8)
861string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1118info.Value = bamlRecord.Value; 1145info.Value = bamlRecord.Value; 1288info.Value = stringKeyRecord.Value; 1534string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 1616string value = ((BamlPropertyRecord)_currentBamlRecord).Value; 1951_value = bamlRecord.Value; 2223_value = ((BamlTextRecord)_currentBamlRecord).Value;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (25)
751ThrowException(SRID.ParserBamlEvent, bamlRoutedEventRecord.Value); 1832dictionaryKeyRecord.KeyObject = XamlTypeMapper.GetDictionaryKey(stringKeyRecord.Value, ParserContext); 2063bamlLiteralContentRecord.Value, 2324ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 0); 2339ReadPropertyRecordBase(bamlPropertyRecord.Value, bamlPropertyRecord.AttributeId, 3327object key = XamlTypeMapper.GetDictionaryKey(bamlDefAttributeRecord.Value, ParserContext); 3331ThrowException(SRID.ParserNoResource, bamlDefAttributeRecord.Value); 3334SetKeyOnContext(key, bamlDefAttributeRecord.Value, CurrentContext, ParentContext); 3348CurrentContext.Uid = bamlDefAttributeRecord.Value; 3358SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value); 3375DoRegisterName(bamlDefAttributeRecord.Value, element); 3472RootList.Add(bamlTextRecord.Value); 3498object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3506ThrowException(SRID.ParserCannotConvertString, bamlTextRecord.Value, 3527iacParent.AddText(bamlTextRecord.Value); 3531AddToContentProperty(parent, CurrentContext.ContentProperty, bamlTextRecord.Value); 3538bamlTextRecord.Value); 3563bamlTextRecord.Value, converterTypeId); 3573bamlTextRecord.Value); 3587object o = GetObjectFromString(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId); 3596CurrentContext.ExpectedType.FullName, bamlTextRecord.Value); 3612iaddchild.AddText(bamlTextRecord.Value); 3625holder.List.Add(bamlTextRecord.Value); 3634SetConstructorParameter(bamlTextRecord.Value); 3659bool freeze = Boolean.Parse(bamlPresentationOptionsAttributeRecord.Value);
src\Framework\System\Windows\Markup\BamlRecords.cs (7)
1410bamlBinaryWriter.Write(Value); 1907bamlBinaryWriter.Write(Value); 2002bamlBinaryWriter.Write(Value); 2355bamlBinaryWriter.Write(Value); 2390RecordType, _attributeId, Value); 3244bamlBinaryWriter.Write(Value); 3309bamlBinaryWriter.Write(Value);
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
125targetType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
130key = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext); 134object dataType = parserContext.XamlTypeMapper.GetDictionaryKey(propertyRecord.Value, parserContext);