2 references to DI_NORMAL
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.DrawIcon.cs (1)
15BOOL result = DrawIconEx(hDC, x, y, hIcon, 0, 0, DI_FLAGS.DI_NORMAL | DI_FLAGS.DI_DEFAULTSIZE);
Windows\Win32\PInvokeCore.DrawIconEx.cs (1)
16DI_FLAGS diFlags = DI_FLAGS.DI_NORMAL)