1 implementation of get_Type
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
194public virtual HRESULT get_Type(PICTYPE* pType) => HRESULT.S_OK;
3 references to get_Type
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
167 return __object.get_Type(pType);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Type(winmdroot.System.Ole.PICTYPE*)"/> 48 winmdroot.Foundation.HRESULT __result = @this.get_Type(pTypeLocal);