12 writes to ValueData
System.Windows.Forms (12)
winforms\Managed\System\Resources\ResXDataNode.cs (10)
363nodeInfo.ValueData = ci.Name; 367nodeInfo.ValueData = (string)value; 373nodeInfo.ValueData = ToBase64WrappedString((byte[])value); 386nodeInfo.ValueData = tc.ConvertToInvariantString(value); 406nodeInfo.ValueData = text; 413nodeInfo.ValueData = string.Empty; 425nodeInfo.ValueData = text; 566nodeInfo.ValueData = FileRef.ToString(); 788nodeInfo.ValueData = (string)info.GetValue("ValueData", typeof(string)); 808result.ValueData = this.ValueData;
winforms\Managed\System\Resources\ResXResourceReader.cs (2)
628nodeInfo.ValueData = reader.ReadString(); 637nodeInfo.ValueData = reader.Value.Trim();
13 references to ValueData
System.Windows.Forms (13)
winforms\Managed\System\Resources\ResXDataNode.cs (9)
185string[] fileRefDetails = ResXFileRef.Converter.ParseResxFileRefString(nodeInfo.ValueData); 443string text = dataNodeInfo.ValueData; 462string text = dataNodeInfo.ValueData; 486string text = dataNodeInfo.ValueData; 515result = FromBase64WrappedString(dataNodeInfo.ValueData); 520string text = dataNodeInfo.ValueData; 690} else if(result == null && nodeInfo.ValueData!= null) { 779si.AddValue("ValueData", nodeInfo.ValueData, typeof(string)); 808result.ValueData = this.ValueData;
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
643throw new ArgumentException(SR.GetString(SR.InvalidResXResourceNoName, nodeInfo.ValueData));
winforms\Managed\System\Resources\ResXResourceWriter.cs (3)
479AddDataRow(DataStr, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment); 509AddDataRow(elementName, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment); 513AddDataRow(elementName, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment);