1 write to hGlobal
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
619hGlobal = IntPtr.Zero
4 references to hGlobal
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
624if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 634if (hr != NativeMethods.S_OK || med.hGlobal == IntPtr.Zero) 640IntPtr globalMem = UnsafeNativeMethods.GlobalLock(med.hGlobal); 668UnsafeNativeMethods.GlobalUnlock(med.hGlobal);