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)
171
if (
_interactionContext
!= IntPtr.Zero)
174
UnsafeNativeMethods.SetPropertyInteractionContext(
_interactionContext
,
179
UnsafeNativeMethods.SetPropertyInteractionContext(
_interactionContext
,
184
UnsafeNativeMethods.SetInteractionConfigurationInteractionContext(
_interactionContext
, (uint)configuration.Count, configuration.ToArray());
190
UnsafeNativeMethods.RegisterOutputCallbackInteractionContext(
_interactionContext
, _callbackDelegate);
209
if (
_interactionContext
!= IntPtr.Zero)
211
UnsafeNativeMethods.DestroyInteractionContext(
_interactionContext
);
244
UnsafeNativeMethods.BufferPointerPacketsInteractionContext(
_interactionContext
, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo });
254
UnsafeNativeMethods.ProcessBufferedPacketsInteractionContext(
_interactionContext
);