5 references to Comctl32
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (1)
117var hModule = PInvoke.GetModuleHandle(Libraries.Comctl32);
System\Windows\Forms\Control.cs (2)
1366if ((PInvoke.GetModuleHandle(Libraries.Comctl32) != 0) 1374throw new Win32Exception(lastWin32Error, string.Format(SR.LoadDLLError, Libraries.Comctl32));
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.LoadLibrary.cs (2)
17string customPath = Path.Join(startupPath, Libraries.Comctl32); 32return LoadLibraryFromSystemPathIfAvailable(Libraries.Comctl32);