1 instantiation of SerializableStruct
System.Windows.Forms.Tests (1)
System\Windows\Forms\Control.ActiveXImplTests.cs (1)
43
SerializableStruct myValue =
new
() { Value = "HelloThere" };
2 references to SerializableStruct
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
43
SerializableStruct
myValue = new() { Value = "HelloThere" };
79
public
SerializableStruct
SerializableValue { get; set; }