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