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