1 implementation of get_KeepOriginalFormat
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
198public HRESULT get_KeepOriginalFormat(BOOL* pKeep) => HRESULT.S_OK;
3 references to get_KeepOriginalFormat
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
475 return __object.get_KeepOriginalFormat(pKeep);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
106 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_KeepOriginalFormat(winmdroot.Foundation.BOOL*)"/> 111 winmdroot.Foundation.HRESULT __result = @this.get_KeepOriginalFormat(pKeepLocal);