2 writes to Value
ComDisabled.Tests (2)
Control.ActiveXImplTests.cs (2)
20SerializableStruct myValue = new() { Value = "HelloThere" }; 58Value = (string)serializationInfo.GetValue(nameof(Value), typeof(string));
3 references to Value
ComDisabled.Tests (3)
Control.ActiveXImplTests.cs (3)
53info.AddValue(nameof(Value), Value, typeof(string)); 58Value = (string)serializationInfo.GetValue(nameof(Value), typeof(string));