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)
187
if (
_interactionContext
!= IntPtr.Zero)
190
UnsafeNativeMethods.SetPropertyInteractionContext(
_interactionContext
,
195
UnsafeNativeMethods.SetPropertyInteractionContext(
_interactionContext
,
200
UnsafeNativeMethods.SetInteractionConfigurationInteractionContext(
_interactionContext
, (uint)configuration.Count, configuration.ToArray());
206
UnsafeNativeMethods.RegisterOutputCallbackInteractionContext(
_interactionContext
, _callbackDelegate);
225
if (
_interactionContext
!= IntPtr.Zero)
227
UnsafeNativeMethods.DestroyInteractionContext(
_interactionContext
);
260
UnsafeNativeMethods.BufferPointerPacketsInteractionContext(
_interactionContext
, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo });
270
UnsafeNativeMethods.ProcessBufferedPacketsInteractionContext(
_interactionContext
);