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