3 references to SaveStreamToHandle
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
1781
hr =
SaveStreamToHandle
(medium.unionmember, (Stream)data, doNotReallocate);
2011
return
SaveStreamToHandle
(handle, stream, doNotReallocate);
2099
return
SaveStreamToHandle
(handle, bitmapStream, doNotReallocate);