7 references to GetValue
PresentationCore (7)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
454if (info.GetValue<object?>("Comparer") is not null 455|| info.GetValue<object?>("HashCodeProvider") is not null) 461object[] keys = info.GetValue<object[]>("Keys")!; 462object?[] values = info.GetValue<object?[]>("Values")!; 476info.GetValue<float>("LoadFactor"), 477info.GetValue<int>("Version"), 481info.GetValue<int>("HashSize"),