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