1 implementation of JsonBytes
System.Windows.Forms (1)
System\Windows\Forms\OLE\JsonData.cs (1)
111public byte[] JsonBytes { get; set; }
2 references to JsonBytes
System.Windows.Forms (2)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (2)
60new ClassInfo(1, $"{typeof(IJsonData).Namespace}.JsonData", [$"<{nameof(jsonData.JsonBytes)}>k__BackingField", $"<{nameof(jsonData.InnerTypeAssemblyQualifiedName)}>k__BackingField"]), 66new ArraySinglePrimitive<byte>(objectId: 3, jsonData.JsonBytes).Write(writer);