7 references to GetValue
PresentationCore (7)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
452if (info.GetValue<object?>("Comparer") is not null 453|| info.GetValue<object?>("HashCodeProvider") is not null) 459object[] keys = info.GetValue<object[]>("Keys")!; 460object?[] values = info.GetValue<object?[]>("Values")!; 474info.GetValue<float>("LoadFactor"), 475info.GetValue<int>("Version"), 479info.GetValue<int>("HashSize"),