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