2 writes to _interactionContext
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
164_interactionContext = interactionContext; 212_interactionContext = IntPtr.Zero;
9 references to _interactionContext
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (9)
171if (_interactionContext != IntPtr.Zero) 174UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 179UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 184UnsafeNativeMethods.SetInteractionConfigurationInteractionContext(_interactionContext, (uint)configuration.Count, configuration.ToArray()); 190UnsafeNativeMethods.RegisterOutputCallbackInteractionContext(_interactionContext, _callbackDelegate); 209if (_interactionContext != IntPtr.Zero) 211UnsafeNativeMethods.DestroyInteractionContext(_interactionContext); 244UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 254UnsafeNativeMethods.ProcessBufferedPacketsInteractionContext(_interactionContext);