2 writes to s_hRec
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
772
if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out
s_hRec
)))
774
s_hRec
= null;
3 references to s_hRec
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
766
if (s_isSupported &&
s_hRec
== null)
770
if (s_isSupported &&
s_hRec
== null)
780
return
s_hRec
;