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