8 references to CDN_FIRST
System.Windows.Forms.Primitives (8)
Windows\Win32\PInvoke.CDN_.cs (8)
16public const uint CDN_INITDONE = unchecked(CDN_FIRST - 0x0000); 17public const uint CDN_SELCHANGE = unchecked(CDN_FIRST - 0x0001); 18public const uint CDN_FOLDERCHANGE = unchecked(CDN_FIRST - 0x0002); 19public const uint CDN_SHAREVIOLATION = unchecked(CDN_FIRST - 0x0003); 20public const uint CDN_HELP = unchecked(CDN_FIRST - 0x0004); 21public const uint CDN_FILEOK = unchecked(CDN_FIRST - 0x0005); 22public const uint CDN_TYPECHANGE = unchecked(CDN_FIRST - 0x0006); 23public const uint CDN_INCLUDEITEM = unchecked(CDN_FIRST - 0x0007);