2 references to Handle
System.Windows.Forms.Primitives.Tests (2)
Interop\Ole32\IPictureTests.cs (2)
21
using var picture = Icon.FromHandle(arrow.
Handle
).CreateIPicture(copy: true);
36
using Icon icon = Icon.FromHandle(arrow.
Handle
);