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