2 writes to _interactionContext
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
180_interactionContext = interactionContext; 228_interactionContext = IntPtr.Zero;
9 references to _interactionContext
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (9)
187if (_interactionContext != IntPtr.Zero) 190UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 195UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 200UnsafeNativeMethods.SetInteractionConfigurationInteractionContext(_interactionContext, (uint)configuration.Count, configuration.ToArray()); 206UnsafeNativeMethods.RegisterOutputCallbackInteractionContext(_interactionContext, _callbackDelegate); 225if (_interactionContext != IntPtr.Zero) 227UnsafeNativeMethods.DestroyInteractionContext(_interactionContext); 260UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 270UnsafeNativeMethods.ProcessBufferedPacketsInteractionContext(_interactionContext);