1 write to oleAccAvailable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19647oleAccAvailable = UnsafeNativeMethods.LoadLibraryFromSystemPathIfAvailable("oleacc.dll");
5 references to oleAccAvailable
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (5)
19640if (oleAccAvailable == IntPtr.Zero) { 19646if (oleAccAvailable == NativeMethods.InvalidIntPtr) { 19648freeLib = (oleAccAvailable != IntPtr.Zero); 19655if (handle != IntPtr.Zero && oleAccAvailable != IntPtr.Zero) { 19660UnsafeNativeMethods.FreeLibrary(new HandleRef(null, oleAccAvailable));