4 instantiations of INTERACTION_CONTEXT_CONFIGURATION
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (4)
39
new UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
()
44
new UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
()
49
new UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
()
54
new UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
()
4 references to INTERACTION_CONTEXT_CONFIGURATION
PresentationCore (4)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
611
internal static extern void SetInteractionConfigurationInteractionContext([In] IntPtr interactionContext, [In] UInt32 configurationCount, [In]
INTERACTION_CONTEXT_CONFIGURATION
[] configuration);
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (3)
36
private static List<UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
> DefaultConfiguration =
37
new List<UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
>()
150
internal PointerInteractionEngine(PointerStylusDevice stylusDevice, List<UnsafeNativeMethods.
INTERACTION_CONTEXT_CONFIGURATION
> configuration = null)