2 writes to _stylusLogic
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndStylusInputProvider.cs (2)
41_stylusLogic = new SecurityCriticalDataClass<WispLogic>(StylusLogic.GetCurrentStylusLogicAs<WispLogic>()); 81_stylusLogic = null;
5 references to _stylusLogic
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndStylusInputProvider.cs (5)
58_stylusLogic.Value.RegisterHwndForInput(inputManager, source); 80_stylusLogic.Value.UnRegisterHwndForInput(_source.Value); 120_stylusLogic.Value.OnWindowEnableChanged(hwnd, (int)NativeMethods.IntPtrToInt32(wParam) == 0); 179if(_stylusLogic != null && _stylusLogic.Value.Enabled && (WispLogic.GetFlickAction(flickData) == StylusLogic.FlickAction.Scroll))