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