1 write to ObjectId
PresentationCore (1)
System\Windows\BinaryFormat\BinaryObjectString.cs (1)
28
ObjectId
= objectId;
4 references to ObjectId
PresentationCore (4)
System\Windows\BinaryFormat\BinaryObjectString.cs (4)
35
writer.Write(
ObjectId
);
41
|| (obj is BinaryObjectString bos && bos.
ObjectId
==
ObjectId
&& bos.Value == Value);
43
public override int GetHashCode() => HashCode.Combine(
ObjectId
, Value);