2 references to GestureRecognizerPath
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
390
RegistryKey recognizerKey = regkey.OpenSubKey(
GestureRecognizerPath
);
906
private const string GestureRecognizerFullPath = "HKEY_LOCAL_MACHINE" + @"\" +
GestureRecognizerPath
;