1 implementation of get_Attributes
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (1)
200public HRESULT get_Attributes(uint* pDwAttr) => HRESULT.S_OK;
3 references to get_Attributes
System.Private.Windows.Core (3)
Windows.Win32.IPicture.g.cs (1)
623 return __object.get_Attributes(pDwAttr);
Windows.Win32.System_Ole_IPicture_Extensions.g.cs (2)
126 /// <inheritdoc cref="winmdroot.System.Ole.IPicture.Interface.get_Attributes(uint*)"/> 131 winmdroot.Foundation.HRESULT __result = @this.get_Attributes(pDwAttrLocal);