2 writes to _interactionContext
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
163_interactionContext = interactionContext; 211_interactionContext = IntPtr.Zero;
9 references to _interactionContext
PresentationCore (9)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (9)
170if (_interactionContext != IntPtr.Zero) 173UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 178UnsafeNativeMethods.SetPropertyInteractionContext(_interactionContext, 183UnsafeNativeMethods.SetInteractionConfigurationInteractionContext(_interactionContext, (uint)configuration.Count, configuration.ToArray()); 189UnsafeNativeMethods.RegisterOutputCallbackInteractionContext(_interactionContext, _callbackDelegate); 208if (_interactionContext != IntPtr.Zero) 210UnsafeNativeMethods.DestroyInteractionContext(_interactionContext); 243UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 253UnsafeNativeMethods.ProcessBufferedPacketsInteractionContext(_interactionContext);