1 write to hGlobal
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
617med.hGlobal = IntPtr.Zero;
4 references to hGlobal
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
621if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 631if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 637IntPtr globalMem = UnsafeNativeMethods.GlobalLock(med.hGlobal); 665UnsafeNativeMethods.GlobalUnlock(med.hGlobal);