1 write to hGlobal
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
663med.hGlobal = IntPtr.Zero;
4 references to hGlobal
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
667if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 677if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 683IntPtr globalMem = UnsafeNativeMethods.GlobalLock(med.hGlobal); 711UnsafeNativeMethods.GlobalUnlock(med.hGlobal);