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