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