1 write to hGlobal
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
620
hGlobal
= IntPtr.Zero
4 references to hGlobal
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (4)
625
if (hr != NativeMethods.S_OK || med.
hGlobal
== IntPtr.Zero)
635
if (hr != NativeMethods.S_OK || med.
hGlobal
== IntPtr.Zero)
641
IntPtr globalMem = UnsafeNativeMethods.GlobalLock(med.
hGlobal
);
669
UnsafeNativeMethods.GlobalUnlock(med.
hGlobal
);