4 instantiations of INTERACTION_CONTEXT_CONFIGURATION
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (4)
55new UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION() 60new UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION() 65new UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION() 70new UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION()
4 references to INTERACTION_CONTEXT_CONFIGURATION
PresentationCore (4)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
617internal static extern void SetInteractionConfigurationInteractionContext([In] IntPtr interactionContext, [In] UInt32 configurationCount, [In] INTERACTION_CONTEXT_CONFIGURATION[] configuration);
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (3)
52private static List<UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION> DefaultConfiguration = 53new List<UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION>() 166internal PointerInteractionEngine(PointerStylusDevice stylusDevice, List<UnsafeNativeMethods.INTERACTION_CONTEXT_CONFIGURATION> configuration = null)