2 writes to s_hRec
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
751
if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out
s_hRec
)))
753
s_hRec
= null;
3 references to s_hRec
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
745
if (s_isSupported &&
s_hRec
== null)
749
if (s_isSupported &&
s_hRec
== null)
759
return
s_hRec
;