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