2 writes to Value
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
43
SerializableStruct myValue = new() {
Value
= "HelloThere" };
99
Value
= (string?)serializationInfo.GetValue(nameof(Value), typeof(string));
3 references to Value
System.Windows.Forms.Tests (3)
System\Windows\Forms\Control.ActiveXImplTests.cs (3)
94
info.AddValue(nameof(
Value
),
Value
, typeof(string));
99
Value = (string?)serializationInfo.GetValue(nameof(
Value
), typeof(string));