2 references to Formatter
PresentationFramework (2)
src\Framework\MS\Internal\DataStreams.cs (2)
166this.Formatter.Serialize(byteStream, currentValue); 296newValue = this.Formatter.Deserialize(new MemoryStream(subStream._data));