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