1 write to _hContext
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
50
out
_hContext
);
8 references to _hContext
PresentationCore (8)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (8)
60
_hContext
.AddReferenceOnRecognizer(NativeRecognizer.RecognizerHandleSingleton);
102
int hr = SetEnabledGestures(
_hContext
, enabledGestures);
144
hr = MS.Win32.Recognizer.UnsafeNativeMethods.ResetContext(
_hContext
);
152
hr = AddStrokes(
_hContext
, strokes);
161
hr = MS.Win32.Recognizer.UnsafeNativeMethods.Process(
_hContext
, out bIncremental);
270
_hContext
.Dispose();
598
hr = MS.Win32.Recognizer.UnsafeNativeMethods.GetAlternateList(
_hContext
, ref recoRange, ref countOfAlternates, pRecoAlternates, MS.Win32.Recognizer.ALT_BREAKS.ALT_BREAKS_SAME);
661
_hContext
, ref ptr)) )