2 references to ALT_BREAKS
PresentationCore (2)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
617
hr = MS.Win32.Recognizer.UnsafeNativeMethods.GetAlternateList(_hContext, ref recoRange, ref countOfAlternates, pRecoAlternates, MS.Win32.Recognizer.
ALT_BREAKS
.ALT_BREAKS_SAME);
MS\Win32\UnsafeNativeMethodsTablet.cs (1)
47
internal static extern int GetAlternateList([In] ContextSafeHandle hRecContext, [In, Out] ref RECO_RANGE recoRange, [In, Out] ref uint cAlts, [In, Out] IntPtr[] recAtls, [In]
ALT_BREAKS
breaks);