1 implementation of SaveAsFile
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
206
public HRESULT
SaveAsFile
(IStream* pStream, BOOL fSaveMemCopy, int* pCbSize) => HRESULT.S_OK;
3 references to SaveAsFile
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
580
return __object.
SaveAsFile
(pStream, fSaveMemCopy, pCbSize);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
116
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.
SaveAsFile
(winmdroot.System.Com.IStream*, winmdroot.Foundation.BOOL, int*)"/>
121
winmdroot.Foundation.HRESULT __result = @this.
SaveAsFile
(pStream, fSaveMemCopy, pCbSizeLocal);