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