1 implementation of get_Height
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
196public HRESULT get_Height(int* pHeight) => HRESULT.S_OK;
3 references to get_Height
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
255 return __object.get_Height(pHeight);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
63 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Height(int*)"/> 68 winmdroot.Foundation.HRESULT __result = @this.get_Height(pHeightLocal);