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