1 implementation of get_Width
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
195
public HRESULT
get_Width
(int* pWidth) => HRESULT.S_OK;
3 references to get_Width
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
211
return __object.
get_Width
(pWidth);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
53
/// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.
get_Width
(int*)"/>
58
winmdroot.Foundation.HRESULT __result = @this.
get_Width
(pWidthLocal);