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