2 writes to s_hRec
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
752
if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out
s_hRec
)))
754
s_hRec
= null;
3 references to s_hRec
PresentationCore (3)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
746
if (s_isSupported &&
s_hRec
== null)
750
if (s_isSupported &&
s_hRec
== null)
760
return
s_hRec
;