1 write to Value
PresentationCore (1)
System\Windows\BinaryFormat\BinaryObjectString.cs (1)
29Value = value;
5 references to Value
PresentationCore (5)
System\Windows\BinaryFormat\BinaryObjectString.cs (5)
36writer.Write(Value); 41|| (obj is BinaryObjectString bos && bos.ObjectId == ObjectId && bos.Value == Value); 43public override int GetHashCode() => HashCode.Combine(ObjectId, Value); 44public override string ToString() => Value;