2 references to WpfPointerKey
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
129
private const string WpfPointerKeyAssert = @"HKEY_CURRENT_USER\" +
WpfPointerKey
;
296
result = ((int)(Registry.CurrentUser.OpenSubKey(
WpfPointerKey
, RegistryKeyPermissionCheck.ReadSubTree)?.GetValue(WpfPointerValue, 0) ?? 0)) == 1;