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